mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +00:00
Fixed bugs in resizing
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10157 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4555623c83
commit
c20baa2698
1 changed files with 1 additions and 1 deletions
|
@ -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--;
|
||||
|
|
Loading…
Reference in a new issue