(svn r12441) -Feature: open the time table when pressing the order button while pressing the CTRL key. Patch by Phil Sophus.
This commit is contained in:
@@ -2079,7 +2079,11 @@ static void VehicleViewWndProc(Window *w, WindowEvent *e)
|
||||
ShowVehicleRefitWindow(v, INVALID_VEH_ORDER_ID);
|
||||
break;
|
||||
case VVW_WIDGET_SHOW_ORDERS: /* show orders */
|
||||
ShowOrdersWindow(v);
|
||||
if (_ctrl_pressed) {
|
||||
ShowTimetableWindow(v);
|
||||
} else {
|
||||
ShowOrdersWindow(v);
|
||||
}
|
||||
break;
|
||||
case VVW_WIDGET_SHOW_DETAILS: /* show details */
|
||||
ShowVehicleDetailsWindow(v);
|
||||
|
Reference in New Issue
Block a user