diff options
author | Aren Villanueva <arenvillanueva@yomogi-soft.com> | 2016-04-21 11:58:53 +1000 |
---|---|---|
committer | Aren Villanueva <arenvillanueva@yomogi-soft.com> | 2016-04-21 11:58:53 +1000 |
commit | d75856146cccd9547eb41ce64bca95cd71f6fb66 (patch) | |
tree | 632a31a3552d217e3a6b8ab30c61c48e599082b6 /scene/gui/control.cpp | |
parent | c0ec7e933ac6b6419e564b276b49c8d9a6d03f30 (diff) |
Adds a remove class item option in the theme editor.
I've also added a get_stylebox_types helper function to the theme class in order to figure out exactly what types are available to a theme.
Diffstat (limited to 'scene/gui/control.cpp')
-rw-r--r-- | scene/gui/control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp index a30c05527c..2912dcb3ae 100644 --- a/scene/gui/control.cpp +++ b/scene/gui/control.cpp @@ -2310,7 +2310,7 @@ void Control::_bind_methods() { BIND_CONSTANT( ANCHOR_BEGIN ); BIND_CONSTANT( ANCHOR_END ); BIND_CONSTANT( ANCHOR_RATIO ); - BIND_CONSTANT( ANCHOR_CENTER ); + BIND_CONSTANT( ANCHOR_CENTER ); BIND_CONSTANT( FOCUS_NONE ); BIND_CONSTANT( FOCUS_CLICK ); BIND_CONSTANT( FOCUS_ALL ); |