diff options
author | Brad Linden <brad@lindenlab.com> | 2023-07-17 15:32:28 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-07-17 15:32:28 -0700 |
commit | 4b268a5d6add40b7d948485f062ca60e77062bc8 (patch) | |
tree | dee980bf5398574698f3985d138513394c57f808 /indra/newview | |
parent | f975cfd7361729195f2bb14d874e5eacc6140759 (diff) |
Delete unprintable chars that accidentally got into the merge in kdiff3 for DRTVWR-559
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelface.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index e9586d478f..ff21438085 100644 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -1024,7 +1024,6 @@ void LLPanelFace::updateUI(bool force_set_values /*false*/) mComboMatMedia->setEnabled(editable); LLRadioGroup* radio_mat_type = getChild<LLRadioGroup>("radio_material_type"); - if (radio_mat_type->getSelectedIndex() < MATTYPE_DIFFUSE) { radio_mat_type->selectNthItem(MATTYPE_DIFFUSE); |