diff options
-rw-r--r-- | indra/newview/llpanelclassified.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelclassified.cpp b/indra/newview/llpanelclassified.cpp index 24cdcadb7c..afdc27e74e 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; |