Skip to content

Commit

Permalink
[MetaSearch] Reset rubber band when treeRecords selection is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Jan 5, 2021
1 parent fd9b246 commit 4f786ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/MetaSearch/dialogs/maindialog.py
Expand Up @@ -554,6 +554,8 @@ def record_clicked(self):
# disable only service buttons
self.reset_buttons(True, False, False)

self.rubber_band.reset()

if not self.treeRecords.selectedItems():
return

Expand Down

0 comments on commit 4f786ae

Please sign in to comment.