mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:00:37 +00:00
Corrected problem reported cbv.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22563 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fda42b0824
commit
4597358562
2 changed files with 6 additions and 1 deletions
|
@ -302,7 +302,7 @@ static NSMutableArray *screenArray = nil;
|
|||
{
|
||||
NSRect visFrame = _frame;
|
||||
|
||||
switch (NSInterfaceStyleForKey(@"NSIntefaceStyle", nil))
|
||||
switch (NSInterfaceStyleForKey(@"NSInterfaceStyle", nil))
|
||||
{
|
||||
case NSMacintoshInterfaceStyle:
|
||||
// What is the size of the Mac menubar?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue