1
0
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:
Guilherme Felipe
2018-01-31 16:25:42 -02:00
committed by Hein-Pieter van Braam
parent d7f73031fb
commit eda3169cd1
2 changed files with 20 additions and 0 deletions

View File

@@ -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);