fix(fusion): hiding window

This commit is contained in:
Jakub Jezek 2020-08-21 13:02:52 +02:00
parent 181adf52eb
commit 109cab9fb7
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3
2 changed files with 2 additions and 2 deletions

View file

@ -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()