(-draggingUpdated:): Return currentDragOperation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19936 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2004-08-29 00:55:54 +00:00
parent b9ea1b1822
commit 53b27348a7
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-08-29 02:48 Matt Rice <ratmice@yahoo.com>
* Source/NSTableView.m (-draggingUpdated:): Return
currentDragOperation.
2004-08-28 10:34 Gregory John Casamento <greg_casamento@yahoo.com>
* Source/GSNibTemplates.m: Added implementation of method

View file

@ -5709,7 +5709,7 @@ inline float computePeriod(NSPoint mouseLocationWin,
}
return dragOperation;
return currentDragOperation;
}
- (BOOL) performDragOperation: (id<NSDraggingInfo>)sender