From 0e37641ec002e765cc3683d2942488ecbb98c5ce Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 29 Nov 2021 11:46:11 +0100 Subject: [PATCH] added second processing of events --- openpype/tools/tray/pype_tray.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpype/tools/tray/pype_tray.py b/openpype/tools/tray/pype_tray.py index 1751911581..8c6a6d3266 100644 --- a/openpype/tools/tray/pype_tray.py +++ b/openpype/tools/tray/pype_tray.py @@ -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()