Merge pull request #51073 from YeldhamDev/oops

Fix "Custom *" theme sections being inside "Auto Translate"
This commit is contained in:
Rémi Verschelde 2021-07-30 19:21:28 +02:00 committed by GitHub
commit 1f6a81ceea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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