Skip to content
Snippets Groups Projects
Commit e02b51f1 authored by Vladimir Pchelko's avatar Vladimir Pchelko
Browse files

EXT-7770 FIXED Call updatePanelPickerControls to "revert" Picker controls in PanelEditWearable.

Reviewed by Neal Orman and Mike Antipov https://codereview.productengine.com/secondlife/r/619/

--HG--
branch : product-engine
parent 1216c134
No related branches found
No related tags found
No related merge requests found
...@@ -977,6 +977,7 @@ void LLPanelEditWearable::revertChanges() ...@@ -977,6 +977,7 @@ void LLPanelEditWearable::revertChanges()
mWearablePtr->revertValues(); mWearablePtr->revertValues();
mNameEditor->setText(mWearablePtr->getName()); mNameEditor->setText(mWearablePtr->getName());
updatePanelPickerControls(mWearablePtr->getType());
} }
void LLPanelEditWearable::showWearable(LLWearable* wearable, BOOL show) void LLPanelEditWearable::showWearable(LLWearable* wearable, BOOL show)
......
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