You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Fix empty Command Palette
This commit is contained in:
@@ -207,6 +207,7 @@ void EditorCommandPalette::open_popup() {
|
||||
if (was_showed) {
|
||||
popup(prev_rect);
|
||||
} else {
|
||||
_update_command_search(String());
|
||||
popup_centered_clamped(Size2(600, 440) * EDSCALE, 0.8f);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user