Next steps on Android port

This commit is contained in:
doitux
2012-05-06 14:02:00 +00:00
parent d0eb4c34dd
commit 7cf2203f33
6 changed files with 13 additions and 14 deletions
+3 -3
View File
@@ -76,7 +76,7 @@ gameTableImpl::gameTableImpl(ConfigFile *c, QMainWindow *parent)
setupUi(this);
#ifdef ANDROID
this->setAttribute(Qt::WA_LockLandscapeOrientation);
// this->setAttribute(Qt::WA_LockLandscapeOrientation);
this->showFullScreen();
#endif
@@ -4239,8 +4239,8 @@ void gameTableImpl::restoreGameTableGeometry()
{
#ifdef ANDROID
this->showFullScreen();
refreshGameTableStyle();
this->showFullScreen();
// refreshGameTableStyle();
// this->showFullScreen();
#else
if(myConfig->readConfigInt("GameTableFullScreenSave")) {
#ifndef GUI_800x480