This commit is contained in:
@@ -730,6 +730,7 @@ void GameTableStyleReader::setWindowsGeometry(gameTableImpl *gt)
|
||||
gt->actionFullScreen->setDisabled(TRUE);
|
||||
if(gt->isFullScreen())
|
||||
gt->showNormal();
|
||||
gt->move(50,50);
|
||||
}
|
||||
}
|
||||
else {
|
||||
@@ -747,6 +748,7 @@ void GameTableStyleReader::setWindowsGeometry(gameTableImpl *gt)
|
||||
gt->actionFullScreen->setDisabled(TRUE);
|
||||
if(gt->isFullScreen())
|
||||
gt->showNormal();
|
||||
gt->move(50,50);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user