mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Bug 327488 - Allow dragging of page proxy icon to mail.app on 10.4. sr=pink
This commit is contained in:
parent
9b69cd5394
commit
b649662708
@ -72,9 +72,12 @@
|
||||
[cursor setOnMouseEntered:YES];
|
||||
}
|
||||
|
||||
- (unsigned int)draggingSourceOperationMaskForLocal:(BOOL)flag
|
||||
- (unsigned int)draggingSourceOperationMaskForLocal:(BOOL)isLocal
|
||||
{
|
||||
return NSDragOperationGeneric;
|
||||
if (isLocal)
|
||||
return NSDragOperationGeneric;
|
||||
else
|
||||
return NSDragOperationCopy;
|
||||
}
|
||||
|
||||
- (void)mouseDown:(NSEvent *)theEvent
|
||||
|
Loading…
x
Reference in New Issue
Block a user