mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:00:38 +00:00
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:
parent
c47c417df7
commit
0d5c221a7d
8 changed files with 100 additions and 35 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue