You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Merge pull request #61001 from derammo/derammo_popup_conditional_hide
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