per-window menu setting tweaks.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27686 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-01-25 13:47:30 +00:00
parent c47c417df7
commit 0d5c221a7d
8 changed files with 100 additions and 35 deletions

View file

@ -970,8 +970,8 @@ GSSetDragTypes(NSView* obj, NSArray *types)
[newView _viewWillMoveToWindow: _window];
[newView _viewWillMoveToSuperview: self];
[newView setNextResponder: self];
[_sub_views insertObject: newView
atIndex: index];
[_sub_views insertObject: newView
atIndex: index];
_rFlags.has_subviews = 1;
[newView resetCursorRects];
[newView setNeedsDisplay: YES];