diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatersettingsdebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatersettingsdebug.cpp b/linden/indra/newview/llfloatersettingsdebug.cpp index 2e414cb..fd6c47b 100644 --- a/linden/indra/newview/llfloatersettingsdebug.cpp +++ b/linden/indra/newview/llfloatersettingsdebug.cpp | |||
@@ -217,7 +217,7 @@ void LLFloaterSettingsDebug::onClickDefault(void* user_data) | |||
217 | 217 | ||
218 | if (controlp) | 218 | if (controlp) |
219 | { | 219 | { |
220 | controlp->resetToDefault(); | 220 | controlp->resetToDefault(true); |
221 | floaterp->updateControl(controlp); | 221 | floaterp->updateControl(controlp); |
222 | } | 222 | } |
223 | } | 223 | } |