mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 18:46:29 +03:00
UIViewPager fixes.
Fixed structural pseudo-classes states in some specific scenario.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user