Andreas Höschler wrote: > > You are right! Thanks for the hint. I removed my NSTabView fix and > checked the autoresizing mask of the views I am setting on the tab view > items. I was not setting them manually so the default values got > applied. On MacOSX these include NSViewWidthSizable and > NSViewHeightSizable, on GNUstep the default value is 0. I am setting the > autoresizingmask in my code now and everything works fine. So no bug, > just another difference (default values) between MacOSX and GNUstep. >
Great to have this resolved. Now we might even change the default values for the resize mask in GNUstep. What sort of view have you been using, and what was the mask value on Cocoa? _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
