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:
qmathe 2013-02-19 17:01:31 +00:00
parent 231105f428
commit 087be03727

View file

@ -6334,7 +6334,7 @@ view to drag. */
currentDragOperation = dragOperation; currentDragOperation = dragOperation;
lastQuarterPosition = quarterPosition; 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:. */ in -tableView:validateDrop:proposedRow:proposedDropOperation:. */
[self _setDropOperationAndRow: row [self _setDropOperationAndRow: row
usingPositionInRow: positionInRow usingPositionInRow: positionInRow
@ -6374,6 +6374,7 @@ view to drag. */
else else
return NO; return NO;
} }
- (BOOL) prepareForDragOperation: (id<NSDraggingInfo>)sender - (BOOL) prepareForDragOperation: (id<NSDraggingInfo>)sender
{ {
[self setNeedsDisplayInRect: oldDraggingRect]; [self setNeedsDisplayInRect: oldDraggingRect];