mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added second processing of events
This commit is contained in:
parent
5ff76141fc
commit
0e37641ec0
1 changed files with 2 additions and 0 deletions
|
|
@ -374,6 +374,8 @@ class PypeTrayStarter(QtCore.QObject):
|
|||
QtWidgets.QApplication.processEvents()
|
||||
|
||||
elif self._timer_counter == 1:
|
||||
# Second processing of events to make sure splash is painted
|
||||
QtWidgets.QApplication.processEvents()
|
||||
self._timer_counter += 1
|
||||
self._tray_widget.initialize_modules()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue