mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix typo
This commit is contained in:
parent
36f14182cd
commit
796db6a3fc
1 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue