* Source/NSScrollView.m: Correct issue with tableviews when

loading nib files, corrected bug #24782.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27044 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2008-11-14 05:36:20 +00:00
parent b9044f81bb
commit 26525cb157
2 changed files with 7 additions and 1 deletions

View file

@ -1519,7 +1519,9 @@ static float scrollerWidth;
[content setFrame: frame];
}
// reset the content view...
[self setContentView: content];
_contentView = content;
}
if (hScroller != nil && _hasHorizScroller)