[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NSTabView, drawRect:
From: |
Georg Fleischmann |
Subject: |
NSTabView, drawRect: |
Date: |
Tue, 21 Nov 2000 00:40:07 +0100 |
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
georg@vhf.de
- NSTabView, drawRect:,
Georg Fleischmann <=