You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fixed name of deleted node not dissapearing from inspector dock.
Fixed name of deleted node not dissapearing from inspector dock.
This commit is contained in:
@@ -1570,7 +1570,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() {
|
||||
|
||||
Reference in New Issue
Block a user