[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:
Fred Kiefer 2001-12-24 15:02:25 +00:00
parent 01fa250f74
commit 0adc332777

View file

@ -3628,7 +3628,7 @@ other than copy/paste or dragging. */
type: (NSString *)type
{
//FIXME
return NSDragOperationGeneric;
return NSDragOperationCopy | NSDragOperationGeneric;
}
- (NSImage *) dragImageForSelectionWithEvent: (NSEvent *)event