mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:47:39 +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
|
@ -1,3 +1,8 @@
|
|||
2006-02-22 23:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/NSScreen.m: Correction for visibleFrame, spelling of
|
||||
NSInterfaceStyle was incorrect.
|
||||
|
||||
2006-02-22 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSPrintOperation.m: trap exceptions launching previwer
|
||||
|
|
|
@ -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