diff options
author | M. Huri <kak_huri@yahoo.com> | 2018-10-13 14:36:38 +0700 |
---|---|---|
committer | M. Huri <kak_huri@yahoo.com> | 2018-10-13 14:36:38 +0700 |
commit | d4779c4ccfd582ddc353efa4d9efe17bf8698e54 (patch) | |
tree | 72f98b261e8753581db76638849ce74c6ec62d9b /editor | |
parent | 43c28681add010b5daccbcfde3e3065d7be7b52c (diff) |
Made 'draw relationship lines' (at Editor Settings) enabled by default.
Diffstat (limited to 'editor')
-rw-r--r-- | editor/editor_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_settings.cpp b/editor/editor_settings.cpp index 1e97920f7e..79c6663f9d 100644 --- a/editor/editor_settings.cpp +++ b/editor/editor_settings.cpp @@ -410,7 +410,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) { _initial_set("text_editor/completion/add_type_hints", false); _initial_set("docks/scene_tree/start_create_dialog_fully_expanded", false); - _initial_set("docks/scene_tree/draw_relationship_lines", false); + _initial_set("docks/scene_tree/draw_relationship_lines", true); _initial_set("docks/scene_tree/relationship_line_color", Color::html("464646")); _initial_set("editors/grid_map/pick_distance", 5000.0); |