src/timetable_gui.cpp
changeset 10595 7957c71b0dfe
parent 10575 fab9a236c1f5
child 10641 13148f508e6d
--- 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;