mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
minor fixes
This commit is contained in:
parent
9ddd7b3ae6
commit
b982a2029e
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ static Class pathCellClass;
|
|||
return dop;
|
||||
}
|
||||
|
||||
return NSDragOperationNone;
|
||||
return NSDragOperationCopy;
|
||||
}
|
||||
|
||||
- (BOOL) performDragOperation: (id<NSDraggingInfo>)sender
|
||||
|
|
Loading…
Reference in a new issue