src/timetable_gui.cpp
changeset 9333 2da01b3b71d8
parent 9317 f14eb8815829
child 9354 845e07db4549
equal deleted inserted replaced
9332:9c18d6becd68 9333:2da01b3b71d8
    54 	{
    54 	{
    55 		this->caption_color = GetVehicle(window_number)->owner;
    55 		this->caption_color = GetVehicle(window_number)->owner;
    56 		this->vscroll.cap = 8;
    56 		this->vscroll.cap = 8;
    57 		this->resize.step_height = 10;
    57 		this->resize.step_height = 10;
    58 		this->sel_index = -1;
    58 		this->sel_index = -1;
       
    59 
       
    60 		this->FindWindowPlacementAndResize(desc);
    59 	}
    61 	}
    60 
    62 
    61 	int GetOrderFromTimetableWndPt(int y, const Vehicle *v)
    63 	int GetOrderFromTimetableWndPt(int y, const Vehicle *v)
    62 	{
    64 	{
    63 		/*
    65 		/*