git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8116 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2000-11-15 05:02:06 +00:00
parent 828e5ce1fd
commit bd3383cc13
2 changed files with 7 additions and 1 deletions

View file

@ -429,7 +429,8 @@ static Class rulerViewClass = nil;
NSDebugLog (@"reflectScrolledClipView:");
clipViewBounds = [_contentView bounds];
if (_contentView)
clipViewBounds = [_contentView bounds];
if ((documentView = [_contentView documentView]))
documentFrame = [documentView frame];