summaryrefslogtreecommitdiffstats
path: root/scene/gui/file_dialog.h
diff options
context:
space:
mode:
authorAlexander Holland <alexander.holland@live.de>2018-08-20 17:45:16 +0200
committerAlexander Holland <alexander.holland@live.de>2018-08-20 17:48:28 +0200
commit0889d7e5894380279a42b95bda56409cf9ba39cf (patch)
tree64fe8a6d322ea2a64e5f88e0f35b8dd8d9ff6de3 /scene/gui/file_dialog.h
parent16f7ff1ee946cc04f03670fb66eeb24392d8384d (diff)
downloadredot-engine-0889d7e5894380279a42b95bda56409cf9ba39cf.tar.gz
Check all selected items on OPEN_MANY/OPEN_FILES in FileDialog, also changed confusing naming.
Diffstat (limited to 'scene/gui/file_dialog.h')
-rw-r--r--scene/gui/file_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/file_dialog.h b/scene/gui/file_dialog.h
index ad483d5dab..3227f1c3a8 100644
--- a/scene/gui/file_dialog.h
+++ b/scene/gui/file_dialog.h
@@ -104,6 +104,7 @@ private:
void update_file_list();
void update_filters();
+ void _tree_multi_selected(Object *p_object, int p_cell, bool p_selected);
void _tree_selected();
void _select_drive(int p_idx);