mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 07:00:37 +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
246576a001
commit
ab54f4450e
8 changed files with 100 additions and 35 deletions
|
@ -128,8 +128,8 @@ static BOOL _isInInterfaceBuilder = NO;
|
|||
NSMenuView *newRep;
|
||||
|
||||
newRep = [[NSMenuView alloc] initWithFrame: NSZeroRect];
|
||||
if (newStyle == NSMacintoshInterfaceStyle ||
|
||||
newStyle == NSWindows95InterfaceStyle)
|
||||
if (newStyle == NSMacintoshInterfaceStyle
|
||||
|| newStyle == NSWindows95InterfaceStyle)
|
||||
{
|
||||
[newRep setHorizontal: YES];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue