mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 16:20:46 +00:00
Make the implemenation of the method prepareForDragOperation:
non-mandatory, as on OSX. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26617 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1a9a9468c0
commit
fc2c78170f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-06-09 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSWindow.m (-sendEvent:): Make the implemenation of the
|
||||
method prepareForDragOperation: non mandatory.
|
||||
|
||||
2008-06-09 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSTableView.m: Indentation changes.
|
||||
|
|
|
@ -4000,7 +4000,7 @@ resetCursorRectsForView(NSView *theView)
|
|||
dragInfo = [GSServerForWindow(self) dragInfo];
|
||||
if (_lastDragView && _f.accepts_drag)
|
||||
{
|
||||
action = NO;
|
||||
action = YES;
|
||||
GSPerformDragSelector(_lastDragView,
|
||||
@selector(prepareForDragOperation:), dragInfo, action);
|
||||
if (action)
|
||||
|
|
Loading…
Reference in a new issue