diff options
author | Pāvels Nadtočajevs <7645683+bruvzg@users.noreply.github.com> | 2024-11-15 08:43:07 +0200 |
---|---|---|
committer | Pāvels Nadtočajevs <7645683+bruvzg@users.noreply.github.com> | 2024-11-15 12:08:33 +0200 |
commit | f5fad7592f1f54cab03a5f04667f4254e6c39c40 (patch) | |
tree | 5184b047771cd967ccb8c7a7701e1e6c9a06fd12 /scene/gui/file_dialog.h | |
parent | 673f396677654220d7e1d5b6fb5ed3b50126b4e6 (diff) | |
download | redot-engine-f5fad7592f1f54cab03a5f04667f4254e6c39c40.tar.gz |
Use processed filter list for native dialogs.
Diffstat (limited to 'scene/gui/file_dialog.h')
-rw-r--r-- | scene/gui/file_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/file_dialog.h b/scene/gui/file_dialog.h index 28978dbed3..82067ac534 100644 --- a/scene/gui/file_dialog.h +++ b/scene/gui/file_dialog.h @@ -101,6 +101,7 @@ private: Button *show_filename_filter_button = nullptr; Vector<String> filters; + Vector<String> processed_filters; String file_name_filter; bool show_filename_filter = false; |