mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:20:38 +00:00
Correct the definition of NSDragOperation and all its usages.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31754 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b3c6e86043
commit
0efb94944b
11 changed files with 49 additions and 34 deletions
|
@ -137,7 +137,7 @@ setPath(NSBrowser *browser, NSString *path)
|
|||
return NSDragOperationNone;
|
||||
}
|
||||
|
||||
return NSDragOperationAll;
|
||||
return NSDragOperationEvery;
|
||||
}
|
||||
|
||||
- (BOOL) performDragOperation: (id<NSDraggingInfo>)sender
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue