diff options
Diffstat (limited to 'linden/indra/newview/llpanelobject.cpp')
-rw-r--r-- | linden/indra/newview/llpanelobject.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelobject.cpp b/linden/indra/newview/llpanelobject.cpp index dd71a0e..9dcf410 100644 --- a/linden/indra/newview/llpanelobject.cpp +++ b/linden/indra/newview/llpanelobject.cpp | |||
@@ -631,6 +631,10 @@ void LLPanelObject::getState( ) | |||
631 | } | 631 | } |
632 | else | 632 | else |
633 | { | 633 | { |
634 | mCtrlScaleX->setMaxValue(LLManipScale::getMaxPrimSize()); | ||
635 | mCtrlScaleY->setMaxValue(LLManipScale::getMaxPrimSize()); | ||
636 | mCtrlScaleZ->setMaxValue(LLManipScale::getMaxPrimSize()); | ||
637 | |||
634 | // Only allowed to change these parameters for objects | 638 | // Only allowed to change these parameters for objects |
635 | // that you have permissions on AND are not attachments. | 639 | // that you have permissions on AND are not attachments. |
636 | enabled = root_objectp->permModify(); | 640 | enabled = root_objectp->permModify(); |