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
commit ccdd85d8e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;