You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix guidelines appearance
This commit is contained in:
@@ -1045,6 +1045,8 @@ void CodeTextEditor::update_editor_settings() {
|
||||
guideline_cols.append(EditorSettings::get_singleton()->get("text_editor/appearance/guidelines/line_length_guideline_soft_column"));
|
||||
}
|
||||
text_editor->set_line_length_guidelines(guideline_cols);
|
||||
} else {
|
||||
text_editor->set_line_length_guidelines(TypedArray<int>());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user