diff options
author | Aleric Inglewood | 2010-09-30 16:46:37 +0200 |
---|---|---|
committer | Jacek Antonelli | 2010-10-03 19:58:02 -0500 |
commit | 414428664c9b0914728fd126800b9fa87ff0679f (patch) | |
tree | 0b4f69eee87590eded4652e0b7366e828f7c34f8 /linden/indra/newview/llfloatersettingsdebug.cpp | |
parent | SNOW-422: Imprudence doesn't compile with g++ 4.4.x (#562) (diff) | |
download | meta-impy-414428664c9b0914728fd126800b9fa87ff0679f.zip meta-impy-414428664c9b0914728fd126800b9fa87ff0679f.tar.gz meta-impy-414428664c9b0914728fd126800b9fa87ff0679f.tar.bz2 meta-impy-414428664c9b0914728fd126800b9fa87ff0679f.tar.xz |
SNOW-796: Debug Settings 'Reset to default' partly broken. (#581)
Clicking 'Reset to default' in the Debug Settings floater doesn't update
cached control values.
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 | } |