fixed bug 863846

Fixes: https://launchpad.net/bugs/863846
This commit is contained in:
Andreas Preikschat 2011-10-08 15:29:35 +02:00
parent 0b4259ffba
commit 06068eedce
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ class SplashScreen(QtGui.QSplashScreen):
QtCore.SIGNAL(u'close_splash'), self.close)
def setupUi(self):
self.setObjectName(u'splash_screen')
self.setWindowFlags(self.windowFlags() | QtCore.Qt.WindowStaysOnTopHint)
self.setObjectName(u'splashScreen')
self.setContextMenuPolicy(QtCore.Qt.PreventContextMenu)
splash_image = QtGui.QPixmap(u':/graphics/openlp-splash-screen.png')
self.setPixmap(splash_image)