Fixed drawing of background color in NSButtonCell; new code to set/remove

rulers in a scrollview


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11899 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-12-25 14:08:02 +00:00
parent 57ea7f8bf1
commit 3b64cb19f7

View file

@ -1,3 +1,21 @@
Tue Dec 25 09:54:21 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSButtonCell.m ([-drawInteriorWithFrame:inView:]): Draw
the background color.
Tue Dec 25 09:23:24 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSScrollView.m ([-_doScroll:]): Mark the horizontal and
vertical ruler as needing redisplay if needed.
([-setHorizontalRulerView:]): Add/remove the new horizontal ruler
as a subview; set _hasHorizontalRule to NO if the new horizontal
ruler is nil; tile if rulers are visible.
([-setHasVerticalRuler:]): Similar changes.
([-setHasHorizontalRuler:]): Rewritten. In particular, use the
class specified in +rulerViewClass when creating the new ruler.
([-setVerticalRulerView:]): Similar changes.
(Patches from Diego Luis Kreutz <kreutz@inf.ufsm.br> modified).
2001-12-24 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSTextView.m