summaryrefslogtreecommitdiffstats
path: root/editor/project_export.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/project_export.cpp')
-rw-r--r--editor/project_export.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/project_export.cpp b/editor/project_export.cpp
index 3b115d7427..bc4a1ee118 100644
--- a/editor/project_export.cpp
+++ b/editor/project_export.cpp
@@ -55,6 +55,7 @@ void ProjectExportDialog::_theme_changed() {
if (panel)
panel->add_theme_style_override("panel", patches->get_theme_stylebox("bg", "Tree"));
}
+
void ProjectExportDialog::_notification(int p_what) {
switch (p_what) {
case NOTIFICATION_VISIBILITY_CHANGED: {