diff --git a/indra/newview/llpanelclassified.cpp b/indra/newview/llpanelclassified.cpp
index 24cdcadb7c8ce48be2de6f5e93d8abf20239a6ab..afdc27e74ebdb227d300146b77c7490799a86a6b 100644
--- a/indra/newview/llpanelclassified.cpp
+++ b/indra/newview/llpanelclassified.cpp
@@ -1412,7 +1412,7 @@ void LLPanelClassifiedInfo::stretchSnapshot()
 	t_width *= ratio;
 	t_height *= ratio;
 
-	rc.setCenterAndSize(rc.getCenterX(), rc.getCenterY(), t_width, t_height);
+	rc.setCenterAndSize(rc.getCenterX(), rc.getCenterY(), llfloor(t_width), llfloor(t_height));
 	texture_ctrl->setRect(rc);
 
 	mSnapshotStreched = true;