Merge pull request #99355 from havi05/itemlist-toggle-mode
Add `Toggle` selection mode to `ItemList`
This commit is contained in:
@@ -473,6 +473,9 @@
|
||||
<constant name="SELECT_MULTI" value="1" enum="SelectMode">
|
||||
Allows selecting multiple items by holding [kbd]Ctrl[/kbd] or [kbd]Shift[/kbd].
|
||||
</constant>
|
||||
<constant name="SELECT_TOGGLE" value="2" enum="SelectMode">
|
||||
Allows selecting multiple items by toggling them on and off.
|
||||
</constant>
|
||||
</constants>
|
||||
<theme_items>
|
||||
<theme_item name="font_color" data_type="color" type="Color" default="Color(0.65, 0.65, 0.65, 1)">
|
||||
|
||||
Reference in New Issue
Block a user