mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
call update on viewport instead on view
This commit is contained in:
parent
ebb6475714
commit
45611ea27e
1 changed files with 2 additions and 1 deletions
|
|
@ -359,7 +359,8 @@ class ActionsWidget(QtWidgets.QWidget):
|
|||
def _on_model_refresh(self):
|
||||
self._proxy_model.sort(0)
|
||||
# Force repaint all items
|
||||
self._view.update()
|
||||
viewport = self._view.viewport()
|
||||
viewport.update()
|
||||
|
||||
def _on_animation(self):
|
||||
time_now = time.time()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue