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