Tidy up drawing methods to get things to tile properly.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3574 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-01-19 10:38:51 +00:00
parent a5937406b0
commit efcbf7c516

View file

@ -1,3 +1,11 @@
Tue Jan 19 10:00:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Source/NSScrollView.m: Tidied ([-tile]) and other stuff to do
with resizing - removed some redundant code.
* Source/NSSplitView.m: ([-adjustSubviews]) complete rewrite in
an attempt to get things working as specified in documentation.
Subviews are now scaled proportionately.
Mon Jan 18 5:00:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Source/NSColor.m: Fixed error in decoding color from defaults