You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-01 16:38:31 +00:00
Fixes open button not appearing with multiple selection
Fix #16231
(cherry picked from commit 09c277693e)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
d7f73031fb
commit
eda3169cd1
@@ -159,6 +159,7 @@ private:
|
||||
void _recent_selected(int p_idx);
|
||||
|
||||
void _item_selected(int p_item);
|
||||
void _multi_selected(int p_item, bool p_selected);
|
||||
void _items_clear_selection();
|
||||
void _item_dc_selected(int p_item);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user