mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Move CodeEdit theme overrides into EditorTheme
This commit is contained in:
parent
b73983340d
commit
b6f5912174
4 changed files with 35 additions and 41 deletions
|
@ -168,7 +168,6 @@ class CodeTextEditor : public VBoxContainer {
|
|||
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue