NSBrowser's updateScoller fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19618 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2004-06-25 22:35:49 +00:00
parent a8d583157b
commit 9196d38d9c

View file

@ -1,3 +1,10 @@
2004-06-26 Serg Stoyan <stoyan255@ukr.net>
* Source/NSBrowser.m:
(updateScroller): Use _firstVisibleColumn to define visibility of
scroller. Use _lastVisibleColumn to calculate knob proportion if
last visible column and last loaded column is not the same.
2004-06-25 Serg Stoyan <stoyan255@ukr.net>
* Source/NSBrowser.m: