forked from openlp/openlp
progress bar fix
This commit is contained in:
parent
d2df81141f
commit
7e8b21b99f
@ -1287,7 +1287,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
|||||||
self.loadProgressBar.setValue(0)
|
self.loadProgressBar.setValue(0)
|
||||||
self.application.process_events()
|
self.application.process_events()
|
||||||
|
|
||||||
def incrementProgressBar(self):
|
def increment_progress_bar(self):
|
||||||
"""
|
"""
|
||||||
Increase the Progress Bar value by 1
|
Increase the Progress Bar value by 1
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user