Merge pull request #92930 from passivestar/inspector-node-delete

Add missing inspector dock update after node deletion
This commit is contained in:
Rémi Verschelde 2024-06-11 16:59:35 +02:00
commit 41381a73fe
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -2695,6 +2695,7 @@ void SceneTreeDock::_delete_confirm(bool p_cut) {
EditorSelectionHistory *editor_history = EditorNode::get_singleton()->get_editor_selection_history();
editor_history->cleanup_history();
InspectorDock::get_singleton()->call("_prepare_history");
InspectorDock::get_singleton()->update(nullptr);
}
void SceneTreeDock::_update_script_button() {