mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:10:38 +00:00
* Source/NSWindow.m: Uncomment updateMenu:.. method call in
-[NSWindow update] method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29383 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5c6e6f88c9
commit
48a4ef2ece
2 changed files with 10 additions and 3 deletions
|
@ -2316,7 +2316,7 @@ many times.
|
|||
NSInterfaceStyleForKey(@"NSMenuInterfaceStyle", nil);
|
||||
if(style == NSWindows95InterfaceStyle)
|
||||
{
|
||||
//[[GSTheme theme] updateMenu: [self menu] forWindow: self];
|
||||
[[GSTheme theme] updateMenu: [self menu] forWindow: self];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue