You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +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:
@@ -259,6 +259,8 @@ void InspectorDock::_prepare_history() {
|
||||
}
|
||||
history_menu->get_popup()->add_icon_item(icon, text, i);
|
||||
}
|
||||
|
||||
editor_path->update_path();
|
||||
}
|
||||
|
||||
void InspectorDock::_select_history(int p_idx) const {
|
||||
|
||||
Reference in New Issue
Block a user