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:
Fred Kiefer 2008-06-09 18:09:09 +00:00
parent 1a9a9468c0
commit fc2c78170f
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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)