1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-27 16:54:15 +01:00

OP-786 Removed the Qt::WindowStaysOnTopHint since it conflicts with the dialog opened to select default configuration first time GCS is launched.

This commit is contained in:
Fredrik Arvidsson 2013-01-31 11:33:43 +01:00
parent f59bcd1949
commit da55998f27

View File

@ -47,7 +47,7 @@ GCSSplashScreen::GCSSplashScreen() :
year = "2013";
#endif
setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
setWindowFlags(windowFlags());
m_pixmap = new QPixmap(":/app/splash.png");
m_painter = new QPainter(m_pixmap);