mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8867 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
56c10d5a61
commit
85323abc73
1 changed files with 3 additions and 1 deletions
|
@ -825,7 +825,9 @@ static Class rulerViewClass = nil;
|
|||
//
|
||||
[_contentView setDocumentView: aView];
|
||||
if (_contentView && !_contentView->_rFlags.flipped_view)
|
||||
[_vertScroller setFloatValue: 1];
|
||||
{
|
||||
[_vertScroller setFloatValue: 1];
|
||||
}
|
||||
[self tile];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue