mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Fixed typo in comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36171 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b3c302d8c4
commit
478148da52
1 changed files with 2 additions and 1 deletions
|
@ -6334,7 +6334,7 @@ view to drag. */
|
|||
currentDragOperation = dragOperation;
|
||||
lastQuarterPosition = quarterPosition;
|
||||
|
||||
/* The user can retarget this default drog using -setDropRow:dropOperation:
|
||||
/* The user can retarget this default drop using -setDropRow:dropOperation:
|
||||
in -tableView:validateDrop:proposedRow:proposedDropOperation:. */
|
||||
[self _setDropOperationAndRow: row
|
||||
usingPositionInRow: positionInRow
|
||||
|
@ -6374,6 +6374,7 @@ view to drag. */
|
|||
else
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (BOOL) prepareForDragOperation: (id<NSDraggingInfo>)sender
|
||||
{
|
||||
[self setNeedsDisplayInRect: oldDraggingRect];
|
||||
|
|
Loading…
Reference in a new issue