forked from openlp/openlp
Fix timer
This commit is contained in:
parent
7908ac4f67
commit
e4c0d1227e
@ -1044,5 +1044,6 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
||||
Remove the Progress bar from view.
|
||||
"""
|
||||
if event.timerId() == self.timer_id:
|
||||
self.timer_id = 0
|
||||
self.loadProgressBar.hide()
|
||||
Receiver.send_message(u'openlp_process_events')
|
||||
|
Loading…
Reference in New Issue
Block a user