summaryrefslogtreecommitdiffstats
path: root/scene/gui/file_dialog.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-01-28 11:03:23 +0100
committerGitHub <noreply@github.com>2022-01-28 11:03:23 +0100
commit9686d680b754337a4f399449a7e95fa2d2eb2324 (patch)
tree3f0d404b1764d5ca63219d8636c6b6a95d9c2ee5 /scene/gui/file_dialog.h
parent26672df72e8aa09a9a7ec85cb442c50ebf87e251 (diff)
parentcba82805156ada29993d18b4ceb0721636a3db80 (diff)
downloadredot-engine-9686d680b754337a4f399449a7e95fa2d2eb2324.tar.gz
Merge pull request #57116 from bruvzg/win_net_share
Diffstat (limited to 'scene/gui/file_dialog.h')
-rw-r--r--scene/gui/file_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/file_dialog.h b/scene/gui/file_dialog.h
index 9f8bc02b2a..36a6b262b0 100644
--- a/scene/gui/file_dialog.h
+++ b/scene/gui/file_dialog.h
@@ -132,7 +132,7 @@ private:
void _go_back();
void _go_forward();
- void _update_drives();
+ void _update_drives(bool p_select = true);
virtual void unhandled_input(const Ref<InputEvent> &p_event) override;