Fixed drawing of horizontal scroller border in NSBrowser

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5098 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-10-27 13:36:04 +00:00
parent 3371a82e3e
commit ad16a5786c

View file

@ -1,3 +1,13 @@
Wed Oct 27 1999 Nicola Pero <n.pero@mi.flashnet.it>
Changings suggested by Andrew Lindesay:
* Source/NSBrowser.m: draw a border around its horizontal scroller.
Updated code to compute the border during calculation of sizes;
([NSBrowser -drawRect:]): draw horizontal scroller border.
* Source/NSSavePanel.m ([NSSavePanel -_initWithoutGModel]):
Changed Ok button from 'Ok' to 'OK'.
* Panels/SavePanel.gmodel: idem.
Wed Oct 27 1999 Nicola Pero <n.pero@mi.flashnet.it>
Minor improvements on last days' changings.