mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
reset filter text on fitlers change
This commit is contained in:
parent
93c2e1ad90
commit
5ebdd74bf7
1 changed files with 3 additions and 0 deletions
|
|
@ -446,8 +446,11 @@ class FilterValueItemsView(QtWidgets.QWidget):
|
|||
if widget is not None:
|
||||
widget.setVisible(False)
|
||||
widget.deleteLater()
|
||||
|
||||
self._widgets_by_id = {}
|
||||
self._last_selected_widget = None
|
||||
# Change filter
|
||||
self._filter_input.setText("")
|
||||
|
||||
for item in items:
|
||||
widget_id = uuid.uuid4().hex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue