Enhancement on selection behavior

This commit is contained in:
michael starke
2013-02-26 12:20:47 +01:00
parent edaf4aa30d
commit 2e8d35a432
10 changed files with 48 additions and 13 deletions

View File

@@ -73,8 +73,8 @@
}
}
- (void)deselectAll {
[self.outlineView deselectAll:self];
- (void)clearSelection {
[self.outlineView deselectAll:nil];
}
- (void)setupMenu {