diff --git a/openpype/tools/new_publisher/widgets.py b/openpype/tools/new_publisher/widgets.py index c29d35fd6c..85d80c41ce 100644 --- a/openpype/tools/new_publisher/widgets.py +++ b/openpype/tools/new_publisher/widgets.py @@ -381,6 +381,8 @@ class CreateDialog(QtWidgets.QDialog): if self._last_pos is not None: self.move(self._last_pos) + self.refresh() + def _on_create(self): indexes = self.family_view.selectedIndexes() if not indexes or len(indexes) > 1: