mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 19:16:30 +00:00
Menu reference handlin patch and further keyed archiving.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18547 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4e1f4489e3
commit
93b7e7acf8
9 changed files with 220 additions and 175 deletions
|
@ -473,11 +473,6 @@ _addLeftBorderOffsetToRect(NSRect aRect)
|
|||
[_titleView removeFromSuperview];
|
||||
_titleView = nil;
|
||||
}
|
||||
|
||||
if ((_titleView != nil) && ([_titleView menu] == nil))
|
||||
{
|
||||
[_titleView setMenu: _attachedMenu];
|
||||
}
|
||||
|
||||
// Resize it anyway.
|
||||
[self sizeToFit];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue