Skip to content
Snippets Groups Projects
Commit 224c6571 authored by maxim_productengine's avatar maxim_productengine
Browse files

SL-10235 FIXED Texture tab is opened with Bumpiness or Shininess instead of...

SL-10235 FIXED Texture tab is opened with Bumpiness or Shininess instead of Texture as default value
parent 2b2b6d40
No related branches found
No related tags found
No related merge requests found
......@@ -1384,6 +1384,11 @@ void LLPanelFace::updateUI(bool force_set_values /*false*/)
mColorSwatch->setFallbackImage(LLUI::getUIImage("locked_image.j2c") );
mColorSwatch->setValid(FALSE);
}
LLRadioGroup* radio_mat_type = getChild<LLRadioGroup>("radio_material_type");
if (radio_mat_type)
{
radio_mat_type->setSelectedIndex(0);
}
getChildView("color trans")->setEnabled(FALSE);
getChildView("rptctrl")->setEnabled(FALSE);
getChildView("tex gen")->setEnabled(FALSE);
......
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