UIViewPager fixes.

Fixed structural pseudo-classes states in some specific scenario.
This commit is contained in:
Martín Lucas Golini
2020-02-28 23:58:00 -03:00
parent cd34f7f4e4
commit d4cf1efc7f
16 changed files with 95 additions and 24 deletions

View File

@@ -1000,7 +1000,9 @@ void EETest::createMapEditor() {
windowStyleConfig.MinWindowSize = Sizef( 1024, 768 );
tWin->setStyleConfig( windowStyleConfig );
Clock mapEditorTime;
mMapEditor = MapEditor::New( tWin, cb::Make0( this, &EETest::onMapEditorClose ) );
eePRINTL( "Map Editor created in: %s.", mapEditorTime.getElapsedTime().toString().c_str() );
tWin->center();
tWin->show();
}