diff options
author | angela <angela@lindenlab.com> | 2010-02-16 20:34:00 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2010-02-16 20:34:00 +0800 |
commit | 4a9c68d8e66e3ff223885a455fe385e0ba51939b (patch) | |
tree | 090e80cfca4ef913acda10928d9917eb8d51ca1a /indra/newview | |
parent | 7133af28c4f2a608c56d00f0e60f2f359e070196 (diff) |
EXT-618 Low/Mid/High response is broken in Preferences > Graphics
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterpreference.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index 43111d76f7..f20ef76bed 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -666,7 +666,8 @@ void LLFloaterPreference::refreshEnabledGraphics() LLFloaterPreference* instance = LLFloaterReg::findTypedInstance<LLFloaterPreference>("preferences"); if(instance) { - instance->refreshEnabledState(); + instance->refresh(); + //instance->refreshEnabledState(); } LLFloaterHardwareSettings* hardware_settings = LLFloaterReg::getTypedInstance<LLFloaterHardwareSettings>("prefs_hardware_settings"); if (hardware_settings) |