From d75856146cccd9547eb41ce64bca95cd71f6fb66 Mon Sep 17 00:00:00 2001 From: Aren Villanueva Date: Thu, 21 Apr 2016 11:58:53 +1000 Subject: 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. --- scene/gui/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/gui') 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 ); -- cgit v1.2.3