Temporarily disabled drag and drop until it's working properly

Fixed issues with clearing the trash
This commit is contained in:
michael starke
2013-07-10 01:20:08 +02:00
parent c34d840e35
commit 75c9aa6873
7 changed files with 57 additions and 40 deletions

View File

@@ -124,7 +124,7 @@ NSString *const _toggleFilterUsernameButton = @"SearchUsername";
[self.entryTable setDoubleAction:@selector(_columnDoubleClick:)];
[self.entryTable setTarget:self];
[self.entryTable setFloatsGroupRows:NO];
[self.entryTable registerForDraggedTypes:@[MPPasteBoardType]];
//[self.entryTable registerForDraggedTypes:@[MPPasteBoardType]];
[self _setupEntryMenu];
NSTableColumn *parentColumn = [self.entryTable tableColumns][0];