Skip to content

Commit

Permalink
Unset searches when unselecting
Browse files Browse the repository at this point in the history
ref #390
  • Loading branch information
diegogangl committed Jun 24, 2024
1 parent 3b4b9eb commit a89f715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GTG/gtk/browser/sidebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ def unselect_searches(self) -> None:
with signal_block(self.searches_selection, self.search_handle):
search_id = self.searches_selection.get_selected()
self.searches_selection.unselect_item(search_id)
self.app.browser.get_pane().set_search_query('')


def unselect_general_box(self) -> None:
Expand Down

0 comments on commit a89f715

Please sign in to comment.