It seems that sometime within the last 20 days NSSplitView has had a small bug 
introduced where it ignores the autoresizing masks of its subviews.

http://beregorn.homelinux.com/files/talksoup/lately1.png

shows the view before it has been resized.  The box on the right has only a 
NSViewHeightSizable autoresizing mask while the one on the left has both 
NSViewHeightSizable and NSViewWidthSizable set.  The behavior I was hoping for is that 
the box on the right would resize only when the user explicitely resized it with the 
resize bar, but would not change when the window size changed.

http://beregorn.homelinux.com/files/talksoup/lately2.png

Is this behavior correct?  I've noticed that my same code worked with an October 10th 
CVS but does not work with a October 25th or October 31st CVS.  I've tried looking 
through this code, but I made little/no headway and thought maybe someone could figure 
it out.

Thanks,
Andy Ruder


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to