You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Add more places to hide guides if relationship lines are enabled
This commit is contained in:
@@ -1041,8 +1041,11 @@ void ScriptEditorDebugger::_notification(int p_what) {
|
||||
if (enable_rl) {
|
||||
inspect_scene_tree->add_constant_override("draw_relationship_lines", 1);
|
||||
inspect_scene_tree->add_color_override("relationship_line_color", rl_color);
|
||||
} else
|
||||
inspect_scene_tree->add_constant_override("draw_guides", 0);
|
||||
} else {
|
||||
inspect_scene_tree->add_constant_override("draw_relationship_lines", 0);
|
||||
inspect_scene_tree->add_constant_override("draw_guides", 1);
|
||||
}
|
||||
} break;
|
||||
case NOTIFICATION_PROCESS: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user