mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Project Manager: Update template dialog position after window resize
This commit is contained in:
parent
680bcb1ef4
commit
4753c51de6
@ -1753,6 +1753,12 @@ void ProjectManager::_notification(int p_what) {
|
||||
|
||||
Engine::get_singleton()->set_editor_hint(false);
|
||||
} break;
|
||||
case NOTIFICATION_RESIZED: {
|
||||
|
||||
if (open_templates->is_visible()) {
|
||||
open_templates->popup_centered_minsize();
|
||||
}
|
||||
} break;
|
||||
case NOTIFICATION_READY: {
|
||||
|
||||
if (_project_list->get_project_count() == 0 && StreamPeerSSL::is_available())
|
||||
|
Loading…
Reference in New Issue
Block a user