summaryrefslogtreecommitdiff
path: root/editor/plugins/text_control_editor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/text_control_editor_plugin.h')
-rw-r--r--editor/plugins/text_control_editor_plugin.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/editor/plugins/text_control_editor_plugin.h b/editor/plugins/text_control_editor_plugin.h
index d284a30f16..5941c100ec 100644
--- a/editor/plugins/text_control_editor_plugin.h
+++ b/editor/plugins/text_control_editor_plugin.h
@@ -62,10 +62,7 @@ class TextControlEditor : public HBoxContainer {
ColorPickerButton *outline_color_picker = nullptr;
Button *clear_formatting = nullptr;
- Control *edited_control = nullptr;
- String edited_color;
- String edited_font;
- String edited_font_size;
+ Vector<Control *> edited_controls;
Ref<Font> custom_font;
protected: