explicit show() needed

SVN revision: 40196
This commit is contained in:
Andreas Volz 2009-04-18 21:43:58 +00:00
parent 3b061d8ab5
commit b7b1588794
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ int main( int argc, const char **argv )
edje->setLayer( 0 );
edje->show();
mw->show();
/* Enter the application main loop */
app->exec();