From 22229b19ba6014a48145aa1bc63fff4f53100357 Mon Sep 17 00:00:00 2001 From: doitux Date: Sun, 25 Feb 2007 21:17:14 +0000 Subject: [PATCH] --- src/gui/qt/mainwindow/mainwindowimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }