Remove FIXME

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17996 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-10-28 21:33:52 +00:00
parent 0730df1fc4
commit 27c626ce07
2 changed files with 2 additions and 3 deletions

View file

@ -3,8 +3,8 @@
* Source/NSSavePanel.m: Change to have entire window accept DnD. * Source/NSSavePanel.m: Change to have entire window accept DnD.
* Source/NSWindow.m: Fix to get whole window DnD working, also * Source/NSWindow.m: Fix to get whole window DnD working, also
to enable propogation of drag events up the view hierarchy to the to enable propogation of drag events up the view hierarchy to the
first drag-aware view ... not sure that this is correct but it first drag-aware view ... Adam reports that this seems to be the
seems sensible. behavior on MacOS-X too.
2003-10-27 Richard Frith-Macdonald <rfm@gnu.org> 2003-10-27 Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -3183,7 +3183,6 @@ Code shared with [NSPanel -sendEvent:], remember to update both places.
BOOL isEntry; BOOL isEntry;
v = [_contentView hitTest: [theEvent locationInWindow]]; v = [_contentView hitTest: [theEvent locationInWindow]];
// FIXME ... check whether drag shoulkd propogate up hierarchy
while (v != nil && ((NSViewPtr)v)->_rFlags.has_draginfo == 0) while (v != nil && ((NSViewPtr)v)->_rFlags.has_draginfo == 0)
{ {
v = [v superview]; v = [v superview];