diff options
Diffstat (limited to 'editor/code_editor.h')
-rw-r--r-- | editor/code_editor.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editor/code_editor.h b/editor/code_editor.h index 0e5a84b3d5..ee8f4366dd 100644 --- a/editor/code_editor.h +++ b/editor/code_editor.h @@ -162,10 +162,12 @@ class CodeTextEditor : public VBoxContainer { int error_line; int error_column; + bool settings_changed = false; + void _on_settings_change(); + void _apply_settings_change(); void _update_text_editor_theme(); - void _update_font(); void _complete_request(); Ref<Texture2D> _get_completion_icon(const ScriptCodeCompletionOption &p_option); void _font_resize_timeout(); |