1
0
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:
Rémi Verschelde
2022-05-17 12:56:53 +02:00
committed by GitHub
4 changed files with 26 additions and 2 deletions

View File

@@ -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;