diff --git a/src/gui/qt/mainwindow/mainwindowimpl.cpp b/src/gui/qt/mainwindow/mainwindowimpl.cpp index 4652b083..9f520868 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindow/mainwindowimpl.cpp @@ -1951,7 +1951,7 @@ void mainWindowImpl::paintStartSplash() { mySplash->setMaximumSize(400,250); mySplash->setMinimumSize(400,250); - mySplash->setWindowFlags(Qt::SplashScreen); +// mySplash->setWindowFlags(Qt::SplashScreen); mySplash->show(); }