diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2021-07-30 13:55:07 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2021-07-30 13:55:07 -0300 |
commit | b70b9c4edeb3c174ce0fcb71bc3a0ee411552c36 (patch) | |
tree | cc74d9f6a5b07b465d05638315f7a4bc48234af7 /scene/gui | |
parent | a7363f3dfd32ecff77d4d6937be9f232bfc699c7 (diff) |
Fix "Custom *" theme sections being inside "Auto Translate"
Diffstat (limited to 'scene/gui')
-rw-r--r-- | scene/gui/control.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp index 4179c8b246..81fcb96187 100644 --- a/scene/gui/control.cpp +++ b/scene/gui/control.cpp @@ -2872,6 +2872,7 @@ void Control::_bind_methods() { ADD_GROUP("Auto Translate", ""); ADD_PROPERTY(PropertyInfo(Variant::BOOL, "auto_translate"), "set_auto_translate", "is_auto_translating"); + ADD_GROUP("", ""); BIND_ENUM_CONSTANT(FOCUS_NONE); BIND_ENUM_CONSTANT(FOCUS_CLICK); |