mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
(-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:
parent
b9ea1b1822
commit
53b27348a7
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -5709,7 +5709,7 @@ inline float computePeriod(NSPoint mouseLocationWin,
|
|||
}
|
||||
|
||||
|
||||
return dragOperation;
|
||||
return currentDragOperation;
|
||||
}
|
||||
|
||||
- (BOOL) performDragOperation: (id<NSDraggingInfo>)sender
|
||||
|
|
Loading…
Reference in a new issue