diff -r c9f7df384405 -r 7957c71b0dfe src/signs_gui.cpp --- a/src/signs_gui.cpp Sat May 17 12:26:00 2008 +0000 +++ b/src/signs_gui.cpp Sat May 17 12:48:06 2008 +0000 @@ -75,7 +75,7 @@ SetVScrollCount(w, _num_sign_sort); SetDParam(0, w->vscroll.count); - DrawWindowWidgets(w); + w->DrawWidgets(); /* No signs? */ int y = 16; // offset from top of widget @@ -197,7 +197,7 @@ virtual void OnPaint() { SetDParam(0, this->caption); - DrawWindowWidgets(this); + this->DrawWidgets(); this->DrawEditBox(QUERY_EDIT_SIGN_WIDGET_TEXT); }