diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-07-09 18:07:57 +0300 | 
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-07-09 18:07:57 +0300 | 
| commit | b495608a8352cfb949d44607ef4967f2516da40a (patch) | |
| tree | d26afed89686e9b4d332805b193aa93cc9a16016 | |
| parent | 85cbf2ee3b78d49a4ee8798e65c586566c7922ec (diff) | |
SL-12554 FIXED The value of the 'Avatar Maximum Complexity' is not synchronized after closing Advanced settings via Close btn
| -rw-r--r-- | indra/newview/llfloaterpreference.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index 712b41848c..96094dcf14 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -2938,6 +2938,7 @@ void LLFloaterPreferenceGraphicsAdvanced::onClickCloseBtn(bool app_quitting)  	{  		instance->cancel();  	} +	updateMaxComplexity();  }  LLFloaterPreferenceProxy::~LLFloaterPreferenceProxy() | 
