mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 02:41:01 +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");
|
fprintf(stderr, "NSBrowser - (void)resizeSubviewsWithOldSize\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
[super resizeSubviewsWithOldSize: oldSize];
|
|
||||||
[self tile];
|
[self tile];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3058,6 +3057,7 @@ static float scrollerWidth; // == [NSScroller scrollerWidth]
|
||||||
|
|
||||||
if (!_reusesColumns && i >= _maxVisibleColumns)
|
if (!_reusesColumns && i >= _maxVisibleColumns)
|
||||||
{
|
{
|
||||||
|
[sc removeFromSuperview];
|
||||||
[_browserColumns removeObject: bc];
|
[_browserColumns removeObject: bc];
|
||||||
count--;
|
count--;
|
||||||
i--;
|
i--;
|
||||||
|
|
Loading…
Reference in a new issue