mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
update view on refresh
This commit is contained in:
parent
06ae297614
commit
5b04bf1c6c
1 changed files with 2 additions and 0 deletions
|
|
@ -358,6 +358,8 @@ class ActionsWidget(QtWidgets.QWidget):
|
||||||
|
|
||||||
def _on_model_refresh(self):
|
def _on_model_refresh(self):
|
||||||
self._proxy_model.sort(0)
|
self._proxy_model.sort(0)
|
||||||
|
# Force repaint all items
|
||||||
|
self._view.update()
|
||||||
|
|
||||||
def _on_animation(self):
|
def _on_animation(self):
|
||||||
time_now = time.time()
|
time_now = time.time()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue