mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix(fusion): hiding window
This commit is contained in:
parent
181adf52eb
commit
109cab9fb7
2 changed files with 2 additions and 2 deletions
|
|
@ -103,6 +103,7 @@ class SetRenderMode(QtWidgets.QWidget):
|
|||
self._comp.SetData("pype.rendermode", rendermode)
|
||||
|
||||
self._comp.Print("Updated render mode to '%s'\n" % rendermode)
|
||||
self.hide()
|
||||
|
||||
def _validation(self):
|
||||
ui_mode = self.mode_options.currentText()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue