From c20baa2698fe75f7b8694be88bdfd1c5a7c15b70 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Sun, 10 Jun 2001 17:38:19 +0000 Subject: [PATCH] Fixed bugs in resizing git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10157 72102866-910b-0410-8b05-ffd578937521 --- Source/NSBrowser.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSBrowser.m b/Source/NSBrowser.m index 5edc1e483..ed145362d 100644 --- a/Source/NSBrowser.m +++ b/Source/NSBrowser.m @@ -2542,7 +2542,6 @@ static float scrollerWidth; // == [NSScroller scrollerWidth] fprintf(stderr, "NSBrowser - (void)resizeSubviewsWithOldSize\n"); #endif - [super resizeSubviewsWithOldSize: oldSize]; [self tile]; } @@ -3058,6 +3057,7 @@ static float scrollerWidth; // == [NSScroller scrollerWidth] if (!_reusesColumns && i >= _maxVisibleColumns) { + [sc removeFromSuperview]; [_browserColumns removeObject: bc]; count--; i--;