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--;