mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 14:13:10 +00:00
Draw relationship line on scene tree dock if option is on
This commit is contained in:
parent
6756896b22
commit
36aa62802a
@ -536,6 +536,7 @@ void SceneTreeEditor::_notification(int p_what) {
|
||||
tree->connect("item_collapsed", this, "_cell_collapsed");
|
||||
|
||||
EditorSettings::get_singleton()->connect("settings_changed", this, "_editor_settings_changed");
|
||||
_editor_settings_changed();
|
||||
|
||||
//get_scene()->connect("tree_changed",this,"_tree_changed",Vector<Variant>(),CONNECT_DEFERRED);
|
||||
//get_scene()->connect("node_removed",this,"_node_removed",Vector<Variant>(),CONNECT_DEFERRED);
|
||||
|
Loading…
Reference in New Issue
Block a user