Fixed bug in NSBrowser not resizing its horizontal scroller

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5089 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-10-26 22:39:33 +00:00
parent 5c267c8f81
commit 2275a49502

View file

@ -1,3 +1,12 @@
Wed Oct 27 1999 Nicola Pero <n.pero@mi.flashnet.it>
Patches by ackyugo@geocities.co.jp fixing bug (horizontal
scroller non resized) in NSBrowser upon resize:
* Source/NSBrowser.h: Added forgotten ivar _scrollerRect;
* Source/NSBrowser.m: ([-initWithFrame:]), ([-tile]): Use ivar
_scrollerRect appropriately; ([-resizeSubviewsWithOldSize:]):
Update horizontal scroller frame using _scrollerRect.
Tue Oct 26 1999 Nicola Pero <n.pero@mi.flashnet.it>
SavePanel tidyups, simplifications and fixes for better