summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2011-07-07 11:35:49 -0400
committerprep <prep@lindenlab.com>2011-07-07 11:35:49 -0400
commit681eb7ba0668835d6ddfc84fdddd830f3f5a9a87 (patch)
tree11fc2761b9168a9da6e72e0334bb9be4b859bed0 /indra
parent9b253ccf68718dea51dc94416b3ece28b42fc32a (diff)
Fixes for SH-1994 and SH-2009
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llfloatermodelpreview.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp
index ab370a221f..d5619f5259 100755
--- a/indra/newview/llfloatermodelpreview.cpp
+++ b/indra/newview/llfloatermodelpreview.cpp
@@ -602,6 +602,8 @@ void LLFloaterModelPreview::onImportScaleCommit(LLUICtrl*,void* userdata)
return;
}
+ fp->mModelPreview->mDirty = true;
+
fp->toggleCalculateButton(true);
fp->mModelPreview->refresh();
@@ -616,6 +618,8 @@ void LLFloaterModelPreview::onPelvisOffsetCommit( LLUICtrl*, void* userdata )
return;
}
+ fp->mModelPreview->mDirty = true;
+
fp->toggleCalculateButton(true);
fp->mModelPreview->refresh();