mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:00:37 +00:00
* 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:
parent
b9044f81bb
commit
26525cb157
2 changed files with 7 additions and 1 deletions
|
@ -1519,7 +1519,9 @@ static float scrollerWidth;
|
|||
[content setFrame: frame];
|
||||
}
|
||||
|
||||
// reset the content view...
|
||||
[self setContentView: content];
|
||||
_contentView = content;
|
||||
}
|
||||
|
||||
if (hScroller != nil && _hasHorizScroller)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue