added second processing of events

This commit is contained in:
iLLiCiTiT 2021-11-29 11:46:11 +01:00
parent 5ff76141fc
commit 0e37641ec0

View file

@ -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()