Draw relationship line on scene tree dock if option is on

This commit is contained in:
volzhs 2018-02-20 22:26:40 +09:00
parent 6756896b22
commit 36aa62802a
1 changed files with 1 additions and 0 deletions

View File

@ -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);