The menu bar is not become visible when the main windows receive focus (untesting on Ubuntu)

This commit is contained in:
baydam
2016-04-19 11:55:15 +00:00
parent 1b09dd08d8
commit f4f5f14c3f
+1 -1
View File
@@ -71,7 +71,7 @@ void OutputGLWindow::setFullScreen(bool fullscreen)
// However this still seems to be needed on Ubuntu 15.10.
// Fix source:
// http://stackoverflow.com/questions/12645880/fullscreen-for-qdialog-from-within-mainwindow-only-working-sometimes
setWindowFlags(Qt::Window);
setWindowFlags(Qt::Window | Qt::FramelessWindowHint);
#endif
showFullScreen();
}