summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorMichael Alexsander <michaelalexsander@protonmail.com>2022-06-25 16:41:10 -0300
committerMichael Alexsander <michaelalexsander@protonmail.com>2022-06-25 16:41:10 -0300
commitd6f5c5429f4bbdc707619ec7764bc56967a2406b (patch)
treebe191fe0507d1c7fb7ebfccdbd676b3aae3c433c /editor
parent60238226d3b581d4f22af615931cc052b149aab8 (diff)
Fix error about transient window when running a custom scene
Diffstat (limited to 'editor')
-rw-r--r--editor/quick_open.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/quick_open.cpp b/editor/quick_open.cpp
index 53da945868..4938699fc4 100644
--- a/editor/quick_open.cpp
+++ b/editor/quick_open.cpp
@@ -146,8 +146,8 @@ void EditorQuickOpen::_confirmed() {
return;
}
_cleanup();
- emit_signal(SNAME("quick_open"));
hide();
+ emit_signal(SNAME("quick_open"));
}
void EditorQuickOpen::cancel_pressed() {