Skip to content
Snippets Groups Projects
Commit 75d3bc4d authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

MAINT-5537 FIXED Advanced Graphics Preferences sliders are incorrect if you...

MAINT-5537 FIXED Advanced Graphics Preferences sliders are incorrect if you click Cancel rather than OK
parent 5c7e76ef
No related branches found
No related tags found
No related merge requests found
......@@ -2572,6 +2572,11 @@ LLFloaterPreferenceProxy::LLFloaterPreferenceProxy(const LLSD& key)
mCommitCallbackRegistrar.add("Proxy.Change", boost::bind(&LLFloaterPreferenceProxy::onChangeSocksSettings, this));
}
void LLFloaterPreferenceGraphicsAdvanced::onOpen(const LLSD& key)
{
refresh();
}
LLFloaterPreferenceProxy::~LLFloaterPreferenceProxy()
{
}
......
......@@ -270,7 +270,7 @@ class LLFloaterPreferenceGraphicsAdvanced : public LLFloater
public:
LLFloaterPreferenceGraphicsAdvanced(const LLSD& key);
~LLFloaterPreferenceGraphicsAdvanced();
void onOpen(const LLSD& key);
void disableUnavailableSettings();
void refreshEnabledGraphics();
void refreshEnabledState();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment