mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 02:56:28 +03:00
UIViewPager fixes.
Fixed structural pseudo-classes states in some specific scenario.
This commit is contained in:
@@ -6,7 +6,9 @@ UIRelativeLayout* UIRelativeLayout::New() {
|
||||
return eeNew( UIRelativeLayout, () );
|
||||
}
|
||||
|
||||
UIRelativeLayout::UIRelativeLayout() : UILayout( "relativelayout" ) {}
|
||||
UIRelativeLayout::UIRelativeLayout() : UILayout( "relativelayout" ) {
|
||||
mFlags |= UI_OWNS_CHILDS_POSITION;
|
||||
}
|
||||
|
||||
Uint32 UIRelativeLayout::getType() const {
|
||||
return UI_TYPE_RELATIVE_LAYOUT;
|
||||
|
||||
Reference in New Issue
Block a user