[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix, nib2gmodel: GMAppKit.m
From: |
Nicola Pero |
Subject: |
Re: Fix, nib2gmodel: GMAppKit.m |
Date: |
Sun, 21 Apr 2002 13:11:53 +0100 (BST) |
Hi Georg,
thanks!
I'm not sure if that also fixes the long standing issue with window masks
in gmodels not being generated correctly - where I always suspected that
the bug was in OpenStep not setting window masks correctly (but could
never prove it since I don't have OpenStep).
Anyway - I've committed your fix to CVS (with some minor uninteresting
changes).
> Hi,
>
> here is a little patch for nib2gmodel, which adds the NSTitledWindowMask to
> the styleMask of windows which are not borderless.
> The Interface Builder (at least on OpenStep) doesn't set NSTitledWindowMask,
> even if other styles are included. I think that's a bug in OpenStep.
>
> At least the window constrain stuff of GNUstep depends on this flag set.