diff options
| author | Paulb23 | 2017-10-22 13:38:00 +0100 |
|---|---|---|
| committer | Paulb23 | 2017-10-22 13:42:08 +0100 |
| commit | 45670df354b6d1d047016ce4c514af6b1f25fb35 (patch) | |
| tree | ec64d6790a9ed8b4ae6b9beafb29d33b18c29c3a /editor/code_editor.cpp | |
| parent | 50306041e5be9859bd448fe80a52be45694b6688 (diff) | |
| download | godot-45670df354b6d1d047016ce4c514af6b1f25fb35.tar.gz godot-45670df354b6d1d047016ce4c514af6b1f25fb35.tar.zst godot-45670df354b6d1d047016ce4c514af6b1f25fb35.zip | |
Diffstat (limited to 'editor/code_editor.cpp')
| -rw-r--r-- | editor/code_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/code_editor.cpp b/editor/code_editor.cpp index ee1faf5a5..0100c221c 100644 --- a/editor/code_editor.cpp +++ b/editor/code_editor.cpp @@ -1089,6 +1089,7 @@ void CodeTextEditor::update_editor_settings() { text_editor->set_line_length_guideline_column(EditorSettings::get_singleton()->get("text_editor/line_numbers/line_length_guideline_column")); text_editor->set_syntax_coloring(EditorSettings::get_singleton()->get("text_editor/highlighting/syntax_highlighting")); text_editor->set_highlight_all_occurrences(EditorSettings::get_singleton()->get("text_editor/highlighting/highlight_all_occurrences")); + text_editor->set_highlight_current_line(EditorSettings::get_singleton()->get("text_editor/highlighting/highlight_current_line")); text_editor->cursor_set_blink_enabled(EditorSettings::get_singleton()->get("text_editor/cursor/caret_blink")); text_editor->cursor_set_blink_speed(EditorSettings::get_singleton()->get("text_editor/cursor/caret_blink_speed")); text_editor->set_draw_breakpoint_gutter(EditorSettings::get_singleton()->get("text_editor/line_numbers/show_breakpoint_gutter")); |
