Fixed issue with some themes.
This commit is contained in:
parent
b7162d1927
commit
f19c3af61f
1 changed files with 4 additions and 0 deletions
|
@ -1255,6 +1255,10 @@ class PesterWindow(MovingWindow):
|
|||
self.mychumcolor = QtWidgets.QPushButton(self)
|
||||
self.mychumcolor.clicked.connect(self.changeMyColor)
|
||||
|
||||
# self.show() before self.initTheme() fixes a
|
||||
# layering issue on windows... for some reason...
|
||||
self.show()
|
||||
|
||||
self.initTheme(self.theme)
|
||||
|
||||
self.waitingMessages = waitingMessageHolder(self)
|
||||
|
|
Loading…
Reference in a new issue