Allow table views without header.

Popup buttons no longer display values from old menus after a change.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25702 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2007-12-07 18:46:27 +00:00
parent a13872e4c5
commit 1da7d6f33f
4 changed files with 14 additions and 9 deletions

View file

@ -1612,7 +1612,8 @@ static float scrollerWidth;
{
[self removeSubview: _headerClipView];
}
if (_hasVertScroller == YES)
if (_hasHeaderView == YES &&
_hasVertScroller == YES)
{
aView = nil;
_hasCornerView =