Merge pull request #4463 from ynput/bugfix/OP-4943_Publisher-window-re-open-bug-in-Houdini-

This commit is contained in:
Ondřej Samohel 2023-02-16 13:42:58 +01:00 committed by GitHub
commit df6d99f26e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -366,7 +366,7 @@ class PublisherWindow(QtWidgets.QDialog):
def make_sure_is_visible(self):
if self._window_is_visible:
self.setWindowState(QtCore.Qt.ActiveWindow)
self.setWindowState(QtCore.Qt.WindowActive)
else:
self.show()