mirror of https://github.com/godotengine/godot
Fix empty Command Palette
This commit is contained in:
parent
36d90c73a8
commit
0c446e0620
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue