mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:50:37 +00:00
Check id
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8116 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
828e5ce1fd
commit
bd3383cc13
2 changed files with 7 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue