We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d1953 commit e4de328Copy full SHA for e4de328
NodeGraphQt/widgets/tab_search.py
@@ -190,7 +190,7 @@ def _clear_actions(self):
190
for action in self._searched_actions:
191
self.removeAction(action)
192
action.triggered.connect(self._on_search_submitted)
193
- self._searched_actions.clear()
+ del self._searched_actions[:]
194
195
def _set_menu_visible(self, visible):
196
[menu.menuAction().setVisible(visible) for menu in self._menus.values()]
0 commit comments