summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleric Inglewood <Aleric.Inglewood@gmail.com>2011-01-20 14:35:04 -0500
committerAleric Inglewood <Aleric.Inglewood@gmail.com>2011-01-20 14:35:04 -0500
commit42604a1080d2080be748bca80ff84fec24024c63 (patch)
tree6b0328e7de0147ea5d215584eefc7f1cbb1e9ab7
parent80d7432ce6f0f16f31bb103965b64b39575728a2 (diff)
VWR-24315: update cached control values when resetting debug setting to default
-rw-r--r--doc/contributions.txt1
-rw-r--r--indra/newview/llfloatersettingsdebug.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt
index d533486936..0c83be89c2 100644
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -80,6 +80,7 @@ Aleric Inglewood
VWR-24252
VWR-24254
VWR-24261
+ VWR-24315
SNOW-84
SNOW-477
SNOW-744
diff --git a/indra/newview/llfloatersettingsdebug.cpp b/indra/newview/llfloatersettingsdebug.cpp
index 71882fbb83..07f5220ab7 100644
--- a/indra/newview/llfloatersettingsdebug.cpp
+++ b/indra/newview/llfloatersettingsdebug.cpp
@@ -178,7 +178,7 @@ void LLFloaterSettingsDebug::onClickDefault()
if (controlp)
{
- controlp->resetToDefault();
+ controlp->resetToDefault(true);
updateControl(controlp);
}
}