Add a button to show/hide advanced(block) signal types

This commit is contained in:
dP
2025-09-28 15:20:19 +05:00
parent 569657e904
commit c19d61bdac
3 changed files with 22 additions and 0 deletions

View File

@@ -88,6 +88,9 @@ enum BuildSignalWidgets : WidgetID {
WID_BS_DRAG_SIGNALS_DENSITY_INCREASE, ///< Increase the signal density.
WID_BS_BLOCK_SEL, ///< Container for the block signal group, which can be hidden.
WID_BS_BLOCK_SPACER_SEL, ///< Container for the spacer between block and path signal groups, which can be hidden.
CM_WID_BS_BLOCK_BUTTON_SEL, ///< Container for show/hide block signal group buttons.
CM_WID_BS_SHOW_BLOCK, ///< Button for showing block signal group.
CM_WID_BS_HIDE_BLOCK, ///< Button for hiding block signal group.
};
/** Widgets of the #BuildRailDepotWindow class. */