mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Merge pull request #63806 from DarkMessiah/guidelines-appearance-bug
This commit is contained in:
commit
b2daf9afc8
@ -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>());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user