Feature: Add "All" filter to build-picker show types from all classes.
Toggling the "All" filter causes the class selection to be ignored, so that items from all classes can be displayed together. The class text filter is still applied. This makes it easier to search amongst types for a feature.
This commit is contained in:
committed by
Peter Nelson
parent
cdc356e7bf
commit
b76517816e
@@ -21,6 +21,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_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