stop animation before filtering

This commit is contained in:
iLLiCiTiT 2021-08-25 20:00:39 +02:00
parent 3a2deeb7c4
commit bac16b26ac

View file

@ -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):