1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-23 07:01:39 +00:00

Make Cmd+A select all folders in the Folder Selection dialog (Cocoa)

Fixes #228.
This commit is contained in:
Virgil Dupras
2013-11-24 10:12:47 -05:00
parent c34c9562d3
commit c1cfa86ad1
18 changed files with 470 additions and 406 deletions

View File

@@ -11,6 +11,9 @@ class PyDirectoryOutline(PyOutline):
def removeSelectedDirectory(self):
self.model.remove_selected()
def selectAll(self):
self.model.select_all()
# python --> cocoa
@dontwrap
def refresh_states(self):