mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 06:37:17 +00:00
Removing duplicates now preserve selected paths.
This commit is contained in:
@@ -27,6 +27,6 @@ class GUIObject(Listener):
|
||||
def results_changed(self):
|
||||
pass
|
||||
|
||||
def results_switched(self):
|
||||
def results_changed_but_keep_selection(self):
|
||||
pass
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@ class ResultTree(GUIObject, Tree):
|
||||
self._refresh()
|
||||
self.view.refresh()
|
||||
|
||||
def results_switched(self):
|
||||
def results_changed_but_keep_selection(self):
|
||||
# What we want to to here is that instead of restoring selected *dupes* after refresh, we
|
||||
# restore selected *paths*.
|
||||
paths = self.selected_paths
|
||||
|
||||
Reference in New Issue
Block a user