You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
popup deferred hide suppressed if reopened
popup no longer tries to close itself a second time popup no longer closes after having been reopened fixed bug in RenameDialog not calling base (by inspection) fixes #59181 fixes #60921 reverts #59287
This commit is contained in:
@@ -356,6 +356,8 @@ void RenameDialog::_update_substitute() {
|
||||
}
|
||||
|
||||
void RenameDialog::_post_popup() {
|
||||
ConfirmationDialog::_post_popup();
|
||||
|
||||
EditorSelection *editor_selection = EditorNode::get_singleton()->get_editor_selection();
|
||||
preview_node = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user