|
@@ -1574,7 +1574,7 @@ void SceneTreeDock::_delete_confirm() {
|
|
|
// Fixes the EditorHistory from still offering deleted notes
|
|
|
EditorHistory *editor_history = EditorNode::get_singleton()->get_editor_history();
|
|
|
editor_history->cleanup_history();
|
|
|
- EditorNode::get_singleton()->call("_prepare_history");
|
|
|
+ EditorNode::get_singleton()->get_inspector_dock()->call("_prepare_history");
|
|
|
}
|
|
|
|
|
|
void SceneTreeDock::_update_script_button() {
|