mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
stop animation before filtering
This commit is contained in:
parent
3a2deeb7c4
commit
bac16b26ac
1 changed files with 2 additions and 0 deletions
|
|
@ -158,6 +158,8 @@ class ActionBar(QtWidgets.QWidget):
|
|||
self.model.discover()
|
||||
|
||||
def filter_actions(self):
|
||||
if self._animation_timer.isActive():
|
||||
self._animation_timer.stop()
|
||||
self.model.filter_actions()
|
||||
|
||||
def set_row_height(self, rows):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue