Browse Source

Merge pull request #62406 from YeldhamDev/custom_scene_fix

Fix error about transient window when running a custom scene
Rémi Verschelde 3 years ago
parent
commit
295a79c125
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/quick_open.cpp

+ 1 - 1
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() {