Draw relationship line on scene tree dock if option is on

(cherry picked from commit 36aa62802a)
This commit is contained in:
volzhs 2018-02-20 22:26:40 +09:00 committed by Hein-Pieter van Braam
parent a026e2626c
commit 626525d23a
1 changed files with 1 additions and 0 deletions

View File

@ -523,6 +523,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);