Resolved conflicts of cherry-pick of Mac OSX fix.

This commit is contained in:
Tats
2016-05-11 17:23:40 +00:00
parent 807a81f2f4
commit 8258684a58
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ void OutputGLWindow::setFullScreen(bool fullscreen)
void OutputGLWindow::_updateToPreferredScreen()
{
// Check if user is on multiple screen (always pre
int screen = _preferredScreen;
int screen = getPreferredScreen();
//Move window to second screen before fullscreening it.
setGeometry(QApplication::desktop()->screenGeometry(screen));
}