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:
Gregory John Casamento 2006-01-25 09:29:00 +00:00
parent a4119701cb
commit 54062ff098

View file

@ -73,7 +73,7 @@
( sender == closeButton ) ||
( sender == resizeBarButton ) )
{
unsigned int newStyleMask = 0;
unsigned int newStyleMask = [object _styleMask];
if ( [miniaturizeButton state] == NSOnState )
newStyleMask |= NSMiniaturizableWindowMask;