diff options
| author | Cosmic Linden <cosmic@lindenlab.com> | 2022-11-28 17:19:06 -0800 | 
|---|---|---|
| committer | Cosmic Linden <cosmic@lindenlab.com> | 2022-11-29 13:26:04 -0800 | 
| commit | f313a762fcfa69a0259a7db90283bbd03b4107fb (patch) | |
| tree | f479fc42f5e17198b2b5aa057dcfa6bd7341c589 /indra/newview | |
| parent | a989eba0808b2e5fda5494ff3b109784aa79984e (diff) | |
SL-18732: Fix texture transform controls not updating when switching which texture to edit
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llpanelface.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index b7e92bf315..21c824ff5c 100644 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -2803,6 +2803,7 @@ void LLPanelFace::onCommitPbrType(LLUICtrl* ctrl, void* userdata)      // and generally reflecting old state when switching tabs or objects      //      self->updateUI(); +    self->setMaterialOverridesFromSelection();  }  // static | 
