update view on refresh

This commit is contained in:
Jakub Trllo 2024-02-27 14:11:02 +01:00
parent 06ae297614
commit 5b04bf1c6c

View file

@ -358,6 +358,8 @@ class ActionsWidget(QtWidgets.QWidget):
def _on_model_refresh(self):
self._proxy_model.sort(0)
# Force repaint all items
self._view.update()
def _on_animation(self):
time_now = time.time()