From c70a0e079a313a0114952b799e50ea65b7c83db7 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 26 Oct 1999 22:39:33 +0000 Subject: [PATCH] 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index d4b9fdf2e..c2c4fc33b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Oct 27 1999 Nicola Pero + + 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 SavePanel tidyups, simplifications and fixes for better