diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-05-02 23:06:59 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-05-02 23:06:59 +0300 |
commit | 99ab1ccf9365bc74eec7503c21c904b6317f0af0 (patch) | |
tree | bc534b530c72668e1591ff26528d644cd2b88449 /indra/newview/llfloatermodelpreview.h | |
parent | 219944d14e4c08bf6291f792b2b37b99362812f2 (diff) |
SL-4186 Mesh model rename before upload shows old model name on rez
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r-- | indra/newview/llfloatermodelpreview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index 7ec6a58ac7..edc90d1695 100644 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -137,7 +137,9 @@ protected: friend class LLModelPreview; friend class LLMeshFilePicker; friend class LLPhysicsDecomp; - + + void onDescriptionKeystroke(LLUICtrl*); + static void onImportScaleCommit(LLUICtrl*, void*); static void onPelvisOffsetCommit(LLUICtrl*, void*); static void onUploadJointsCommit(LLUICtrl*,void*); |