Add UI setting for whether programmable signals shown in UI (default off)

Add setting subcategory for advanced signal features
This commit is contained in:
Jonathan G Rennison
2017-09-04 19:27:39 +01:00
parent 5199e19213
commit aa138baec9
7 changed files with 56 additions and 5 deletions

View File

@@ -99,6 +99,9 @@ enum BuildSignalWidgets {
WID_BS_DRAG_SIGNALS_DENSITY_LABEL, ///< The current signal density.
WID_BS_DRAG_SIGNALS_DENSITY_DECREASE, ///< Decrease the signal density.
WID_BS_DRAG_SIGNALS_DENSITY_INCREASE, ///< Increase the signal density.
WID_BS_SEMAPHORE_PROG_SEL, ///< NWID_SELECTION for WID_BS_SEMAPHORE_PROG
WID_BS_ELECTRIC_PROG_SEL, ///< NWID_SELECTION for WID_BS_ELECTRIC_PROG
WID_BS_PROGRAM_SEL, ///< NWID_SELECTION for WID_BS_PROGRAM
};
/** Widgets of the #BuildRailDepotWindow class. */