This commit is contained in:
Roy Nieterau 2022-02-03 23:51:18 +01:00
parent 36f14182cd
commit 796db6a3fc

View file

@ -74,8 +74,8 @@ class MainThreadProcess(QtCore.QObject):
item = self._items_to_process.popleft()
item.process()
# Process events directly after the item processed. This allows the
# to correctly show "highlighted" state for the next item to process
# Process events directly after the item processed. This allows to
# correctly show "highlighted" state for the next item to process
QtWidgets.QApplication.instance().processEvents()
def start(self):