Feature: New filter to show only used types in build-pickers.
This filters the build-picker type lists to only show types that have already been placed in the current game, making it simpler to get to build matching features.
This commit is contained in:
committed by
Peter Nelson
parent
b76517816e
commit
fde3b35a24
@@ -22,6 +22,7 @@ enum PickerClassWindowWidgets : WidgetID {
|
||||
WID_PW_TYPE_SEL, ///< Stack to hide the type picker.
|
||||
WID_PW_TYPE_FILTER, ///< Text filter.
|
||||
WID_PW_MODE_ALL, ///< Toggle "Show all" filter mode.
|
||||
WID_PW_MODE_USED, ///< Toggle showing only used types.
|
||||
WID_PW_TYPE_MATRIX, ///< Matrix with items.
|
||||
WID_PW_TYPE_ITEM, ///< A single item.
|
||||
WID_PW_TYPE_SCROLL, ///< Scrollbar for the matrix.
|
||||
|
||||
Reference in New Issue
Block a user