Fix empty Command Palette

This commit is contained in:
kobewi 2025-02-08 21:20:02 +01:00
parent 36d90c73a8
commit 0c446e0620

View file

@ -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);
}