mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
The menu bar is not become visible when the main windows receive focus (untesting on Ubuntu)
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user