You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +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"));
|
guideline_cols.append(EditorSettings::get_singleton()->get("text_editor/appearance/guidelines/line_length_guideline_soft_column"));
|
||||||
}
|
}
|
||||||
text_editor->set_line_length_guidelines(guideline_cols);
|
text_editor->set_line_length_guidelines(guideline_cols);
|
||||||
|
} else {
|
||||||
|
text_editor->set_line_length_guidelines(TypedArray<int>());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user