aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--linden/indra/newview/llfloatertools.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatertools.cpp b/linden/indra/newview/llfloatertools.cpp
index 4f31c3c..7a9efcb 100644
--- a/linden/indra/newview/llfloatertools.cpp
+++ b/linden/indra/newview/llfloatertools.cpp
@@ -186,6 +186,10 @@ void LLFloaterTools::updateToolsSizeLimits()
186 getChild<LLSpinCtrl>("Scale X")->setMaxValue(F32_MAX); 186 getChild<LLSpinCtrl>("Scale X")->setMaxValue(F32_MAX);
187 getChild<LLSpinCtrl>("Scale Y")->setMaxValue(F32_MAX); 187 getChild<LLSpinCtrl>("Scale Y")->setMaxValue(F32_MAX);
188 getChild<LLSpinCtrl>("Scale Z")->setMaxValue(F32_MAX); 188 getChild<LLSpinCtrl>("Scale Z")->setMaxValue(F32_MAX);
189
190 getChild<LLSpinCtrl>("Pos X")->setMaxValue(F32_MAX);
191 getChild<LLSpinCtrl>("Pos Y")->setMaxValue(F32_MAX);
192 getChild<LLSpinCtrl>("Pos Z")->setMaxValue(F32_MAX);
189 } 193 }
190 else 194 else
191 { 195 {