diff --git a/ChangeLog b/ChangeLog index 2229c6144..06b144a82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,8 +3,8 @@ * Source/NSSavePanel.m: Change to have entire window accept DnD. * Source/NSWindow.m: Fix to get whole window DnD working, also to enable propogation of drag events up the view hierarchy to the - first drag-aware view ... not sure that this is correct but it - seems sensible. + first drag-aware view ... Adam reports that this seems to be the + behavior on MacOS-X too. 2003-10-27 Richard Frith-Macdonald diff --git a/Source/NSWindow.m b/Source/NSWindow.m index b1268e8e9..536856bd0 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -3183,7 +3183,6 @@ Code shared with [NSPanel -sendEvent:], remember to update both places. BOOL isEntry; v = [_contentView hitTest: [theEvent locationInWindow]]; - // FIXME ... check whether drag shoulkd propogate up hierarchy while (v != nil && ((NSViewPtr)v)->_rFlags.has_draginfo == 0) { v = [v superview];