1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Move CodeEdit theme overrides into EditorTheme

This commit is contained in:
Paulb23
2021-08-13 16:32:11 +01:00
parent b73983340d
commit b6f5912174
4 changed files with 35 additions and 41 deletions

View File

@@ -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();