summaryrefslogtreecommitdiffstats
path: root/scene/gui/file_dialog.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2020-12-28 14:53:43 +0100
committerGitHub <noreply@github.com>2020-12-28 14:53:43 +0100
commitfeb4e5ed2cb463e0a2dde12d38681b346f7e0b3c (patch)
treeae0a1fec73157cece6aa857d5bf0a950acc795f5 /scene/gui/file_dialog.h
parente4c05723858dc6e644ebec4ea89fb6b562052fbd (diff)
parent7b293eddfb618699c86b421bdac9fdaf8d5f00d3 (diff)
downloadredot-engine-feb4e5ed2cb463e0a2dde12d38681b346f7e0b3c.tar.gz
Merge pull request #44569 from madmiraal/rename-unselect-deselect
Rename unselect to deselect
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 8003650668..3649a30756 100644
--- a/scene/gui/file_dialog.h
+++ b/scene/gui/file_dialog.h
@@ -170,7 +170,7 @@ public:
void invalidate();
- void deselect_items();
+ void deselect_all();
FileDialog();
~FileDialog();