Fix guidelines appearance
This commit is contained in:
parent
c2d55a4e1a
commit
44ce838192
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue