Added simple hud overlay on double-click actions

This commit is contained in:
michael starke
2013-03-03 04:46:25 +01:00
parent 72bf306a3c
commit 7d6712536b
9 changed files with 773 additions and 15 deletions

View File

@@ -74,7 +74,7 @@
[[NSPasteboard generalPasteboard] clearContents];
[[NSPasteboard generalPasteboard] writeObjects:objects];
self.isEmpty = NO;
[self performSelector:@selector(clearContents) withObject:nil afterDelay:self.clearTimeout];
[self performSelector:@selector(_clearPasteboardContents) withObject:nil afterDelay:self.clearTimeout];
}
- (void)_clearPasteboardContents {