SL-18732: Fix texture transform controls not updating when switching which texture to edit

master
Cosmic Linden 2022-11-28 17:19:06 -08:00
parent a989eba080
commit f313a762fc
1 changed files with 1 additions and 0 deletions

View File

@ -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