silly ifdef typo

git-svn-id: https://gambatte.svn.sourceforge.net/svnroot/gambatte@201 9dfb2916-2d38-0410-aef4-c5fe6c9ffc24
This commit is contained in:
sinamas 2008-10-27 23:41:57 +00:00
parent 58ec25aff0
commit edd2434ca2

View File

@ -299,7 +299,7 @@ void MainWindow::toggleFullScreen() {
#ifdef Q_WS_MAC // work around annoying random non-updating OpenGL on Mac OS X after full screen.
blitterContainer->hide();
blitterContainer->show();
#else
#endif
blitterContainer->parentExclusiveEvent(hasFocus());
}
}