mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 11:51:17 +00:00
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:
parent
57ea7f8bf1
commit
3b64cb19f7
1 changed files with 18 additions and 0 deletions
18
ChangeLog
18
ChangeLog
|
@ -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>
|
2001-12-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/NSTextView.m
|
* Source/NSTextView.m
|
||||||
|
|
Loading…
Reference in a new issue