Follow-up Comment #5, bug #23336 (project gnustep):

As it turns out, this was caused by the fact that the initWithCoder method
was calling

initWithContentRect:styleMask:defer:defer:screen: 

Which is not the designated initializer for NSWindow.

This one is...
- (id)initWithContentRect:(NSRect)contentRect
styleMask:(unsigned int)styleMask
backing:(NSBackingStoreType)backingType
defer:(BOOL)flag

So I made it call that one and, now, it seems to work properly.

Thanks for reporting this... it was easier to fix than I thought it might be.
 I'm going to do some additional testing prior to checking this in to make
certain everything is working properly.  GC

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23336>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to