diff options
Diffstat (limited to 'indra/newview/llpreviewtexture.cpp')
-rw-r--r-- | indra/newview/llpreviewtexture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewtexture.cpp b/indra/newview/llpreviewtexture.cpp index 974ee27476..2462bb7bdf 100644 --- a/indra/newview/llpreviewtexture.cpp +++ b/indra/newview/llpreviewtexture.cpp @@ -415,7 +415,7 @@ void LLPreviewTexture::updateAspectRatio() S32 old_left = mRect.mLeft; if (getHost()) { - getHost()->growToFit(this, view_width, view_height); + getHost()->growToFit(view_width, view_height); } else { |