1
0
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:
NeilKleistGao
2022-02-06 18:32:55 +08:00
parent d091995e05
commit 729c1f056b
2 changed files with 328 additions and 150 deletions

View File

@@ -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: