Hello,

I had to realize that a bug in [NSTabView drawRect:] is back again, which I  
have send a tiny fix for a few months ago (just rect = _bounds).
Maybe I introduced a new bug with my fix ?

Now the problem in [NSTabView drawRect:rect] is that the method draws to the  
origin of 'rect', instead of drawing to the origin of the bounds, and just  
using 'rect' to decide whether things have to be drawn at all.
'rect' just specifies the area which needs to be redrawn.

I hope this helps to finally fix this little bug.

Georg Fleischmann
[EMAIL PROTECTED]

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

Reply via email to