diff -r e64b518a7b54 -r 35e0224ea8f1 src/timetable_gui.cpp --- a/src/timetable_gui.cpp Sat May 17 12:26:00 2008 +0000 +++ b/src/timetable_gui.cpp Sat May 17 12:48:06 2008 +0000 @@ -108,7 +108,7 @@ this->SetWidgetLoweredState(TTV_AUTOFILL, HasBit(v->vehicle_flags, VF_AUTOFILL_TIMETABLE)); SetDParam(0, v->index); - DrawWindowWidgets(this); + this->DrawWidgets(); int y = 15; int i = this->vscroll.pos;