You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Edit font properties on multiple objects at once
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user