Skip to content

Commit fe2a120

Browse files
committed
Drop unnecessary splash.show overload that causes hangs in some Qt5 situations.
1 parent 19f8f23 commit fe2a120

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

labscript_utils/splash.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ def paintEvent(self, event):
8787
self._paint_pending = False
8888
return super().paintEvent(event)
8989

90-
def show(self):
91-
QtWidgets.QFrame.show(self)
92-
self.update_text(self.text)
93-
9490
def update_text(self, text):
9591
self.text = text
9692
self.label.setText(text)

0 commit comments

Comments
 (0)