forked from openlp/openlp
fix tests
This commit is contained in:
parent
e2fd8beb2a
commit
0c1b1dc2a5
@ -182,4 +182,4 @@ class Progress(QtWidgets.QProgressDialog):
|
|||||||
self.setText(status_text)
|
self.setText(status_text)
|
||||||
if increment > 0:
|
if increment > 0:
|
||||||
self.setValue(self.value() + increment)
|
self.setValue(self.value() + increment)
|
||||||
self.parent.application.process_events()
|
self.parent.application.process_events()
|
||||||
|
Loading…
Reference in New Issue
Block a user