diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llpanelface.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index 7a9087333c..9af4bed918 100644 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -2005,6 +2005,10 @@ void LLPanelFace::onCommitMaterialsMedia(LLUICtrl* ctrl, void* userdata)  	self->getChildView("bumpyOffsetU")->setEnabled(texParmsEnable);  	self->getChildView("bumpyOffsetV")->setEnabled(texParmsEnable);  	self->getChildView("checkbox planar align")->setEnabled(texParmsEnable); + +	// Needed to handle transitions to/from media mode +	// NORSPEC-84 +	updateAlphaControls(ctrl,userdata);  }  // static | 
