mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 09:00:56 +00:00
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:
parent
0730df1fc4
commit
27c626ce07
2 changed files with 2 additions and 3 deletions
|
@ -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 <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue