mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:00:46 +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
231105f428
commit
087be03727
1 changed files with 2 additions and 1 deletions
|
@ -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];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue