mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
[dragOperationForDraggingInfo:type:] added NSDragOperationCopy to
the valid drag actions. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11891 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
01fa250f74
commit
0adc332777
1 changed files with 1 additions and 1 deletions
|
@ -3628,7 +3628,7 @@ other than copy/paste or dragging. */
|
|||
type: (NSString *)type
|
||||
{
|
||||
//FIXME
|
||||
return NSDragOperationGeneric;
|
||||
return NSDragOperationCopy | NSDragOperationGeneric;
|
||||
}
|
||||
|
||||
- (NSImage *) dragImageForSelectionWithEvent: (NSEvent *)event
|
||||
|
|
Loading…
Reference in a new issue