mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:20:38 +00:00
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:
parent
a13872e4c5
commit
1da7d6f33f
4 changed files with 14 additions and 9 deletions
|
@ -1612,7 +1612,8 @@ static float scrollerWidth;
|
|||
{
|
||||
[self removeSubview: _headerClipView];
|
||||
}
|
||||
if (_hasVertScroller == YES)
|
||||
if (_hasHeaderView == YES &&
|
||||
_hasVertScroller == YES)
|
||||
{
|
||||
aView = nil;
|
||||
_hasCornerView =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue