forked from openlp/openlp
- log when the splash screen is closed.
bzr-revno: 1446
This commit is contained in:
commit
b25f9db1bc
@ -121,6 +121,7 @@ class OpenLP(QtGui.QApplication):
|
||||
if show_splash:
|
||||
# now kill the splashscreen
|
||||
self.splash.finish(self.mainWindow)
|
||||
log.debug(u'Splashscreen closed')
|
||||
self.mainWindow.repaint()
|
||||
self.processEvents()
|
||||
if not has_run_wizard:
|
||||
|
Loading…
Reference in New Issue
Block a user