mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Fix empty Command Palette
This commit is contained in:
parent
36d90c73a8
commit
0c446e0620
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue