mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 14:10:44 +00:00
Correction for minor issue with Window attributes setting.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22351 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a4119701cb
commit
54062ff098
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
( sender == closeButton ) ||
|
||||
( sender == resizeBarButton ) )
|
||||
{
|
||||
unsigned int newStyleMask = 0;
|
||||
unsigned int newStyleMask = [object _styleMask];
|
||||
|
||||
if ( [miniaturizeButton state] == NSOnState )
|
||||
newStyleMask |= NSMiniaturizableWindowMask;
|
||||
|
|
Loading…
Reference in a new issue