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
(cherry picked from commit 4f786ae)
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Jan 15, 2021
1 parent d91ed2d commit ae5dae6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/MetaSearch/dialogs/maindialog.py
Expand Up @@ -555,6 +555,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 ae5dae6

Please sign in to comment.