Add mechanism to lock wait times in timetable against autofill/automate changes

This commit is contained in:
Jonathan G Rennison
2018-07-19 00:32:24 +01:00
parent 42505f3532
commit 3ed5d8f09f
8 changed files with 90 additions and 10 deletions

View File

@@ -37,6 +37,7 @@ enum VehicleTimetableWidgets {
WID_VT_CHANGE_SPEED, ///< Change speed limit button.
WID_VT_CLEAR_SPEED, ///< Clear speed limit button.
WID_VT_SCHEDULED_DISPATCH, ///< Scheduled Dispatch button.
WID_VT_LOCK_ORDER_TIME, ///< Lock order time button.
};
#endif /* WIDGETS_TIMETABLE_WIDGET_H */