mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
refresh on show
This commit is contained in:
parent
4e830bd45c
commit
51ba573eaf
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue