WIP doesn't work.

--HG--
branch : dev-2.1-transformable-node
This commit is contained in:
Martín Lucas Golini
2018-01-15 14:36:04 -03:00
parent 5fd3e55344
commit b18c7b06e8
7 changed files with 123 additions and 48 deletions

View File

@@ -458,8 +458,8 @@ void UITabWidget::setTabContainerSize() {
void UITabWidget::posTabs() {
Uint32 w = 0;
Uint32 h = 0;
Uint32 VA = VAlignGet( mFlags );
Int32 h = 0;
Int32 VA = VAlignGet( mFlags );
for ( Uint32 i = 0; i < mTabs.size(); i++ ) {
switch ( VA )