git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21370 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-06-28 10:09:14 +00:00
parent 9013e6e466
commit c4ffc4f0c7
2 changed files with 7 additions and 0 deletions

View file

@ -144,6 +144,8 @@ static float scrollerWidth;
_vPageScroll = 10;
_borderType = NSNoBorder;
_scrollsDynamically = YES;
// For compatibility the ruler should be present but not visible.
[self setHasHorizontalRuler: YES];
[self tile];
return self;