1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #102596 from KoBeWi/fixed_15_minutes_after_report

Fix empty Command Palette
This commit is contained in:
Rémi Verschelde
2025-02-10 10:49:42 +01:00

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