mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
WIP doesn't work.
--HG-- branch : dev-2.1-transformable-node
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user