diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpaneldebug.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llpaneldebug.cpp b/linden/indra/newview/llpaneldebug.cpp index 3166a1d..0293c24 100644 --- a/linden/indra/newview/llpaneldebug.cpp +++ b/linden/indra/newview/llpaneldebug.cpp | |||
@@ -100,6 +100,7 @@ LLPanelDebug::LLPanelDebug(const std::string& name, const LLRect& rect) | |||
100 | RULER2 + SPINCTRL_DEFAULT_LABEL_WIDTH + SPINCTRL_BTN_WIDTH, | 100 | RULER2 + SPINCTRL_DEFAULT_LABEL_WIDTH + SPINCTRL_BTN_WIDTH, |
101 | TRUE, | 101 | TRUE, |
102 | TRUE, | 102 | TRUE, |
103 | FALSE, | ||
103 | NULL, NULL, | 104 | NULL, NULL, |
104 | (F32)gSavedSettings.getS32("DropShadowFloater"), | 105 | (F32)gSavedSettings.getS32("DropShadowFloater"), |
105 | 0.f, 10.f, 1.0f, | 106 | 0.f, 10.f, 1.0f, |
@@ -118,6 +119,7 @@ LLPanelDebug::LLPanelDebug(const std::string& name, const LLRect& rect) | |||
118 | RULER2 + SPINCTRL_DEFAULT_LABEL_WIDTH + SPINCTRL_BTN_WIDTH, | 119 | RULER2 + SPINCTRL_DEFAULT_LABEL_WIDTH + SPINCTRL_BTN_WIDTH, |
119 | TRUE, | 120 | TRUE, |
120 | TRUE, | 121 | TRUE, |
122 | FALSE, | ||
121 | NULL, NULL, | 123 | NULL, NULL, |
122 | (F32)gSavedSettings.getS32("DropShadowButton"), | 124 | (F32)gSavedSettings.getS32("DropShadowButton"), |
123 | 0.f, 10.f, 1.0f, | 125 | 0.f, 10.f, 1.0f, |