diff options
author | McCabe Maxsted | 2010-08-25 07:38:55 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-28 05:01:40 -0700 |
commit | 2261204bb0d5b248e668b0c758f572001b136d07 (patch) | |
tree | bebbc525582cde090bc8025c5128f854cc4c558d /linden/indra/newview/llfloatertools.cpp | |
parent | Fixed #428: showcase tab shows 'all' web search in second life (diff) | |
download | meta-impy-2261204bb0d5b248e668b0c758f572001b136d07.zip meta-impy-2261204bb0d5b248e668b0c758f572001b136d07.tar.gz meta-impy-2261204bb0d5b248e668b0c758f572001b136d07.tar.bz2 meta-impy-2261204bb0d5b248e668b0c758f572001b136d07.tar.xz |
Made disable max build constraints also disable max position spinner values
Diffstat (limited to 'linden/indra/newview/llfloatertools.cpp')
-rw-r--r-- | linden/indra/newview/llfloatertools.cpp | 4 |
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 | { |