diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelexperiencelisteditor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelexperiencelisteditor.cpp b/indra/newview/llpanelexperiencelisteditor.cpp index 69fc4f458f..fc4ee9862e 100644 --- a/indra/newview/llpanelexperiencelisteditor.cpp +++ b/indra/newview/llpanelexperiencelisteditor.cpp @@ -130,6 +130,8 @@ void LLPanelExperienceListEditor::onRemove() mRemovedCallback((*it)->getValue()); } } + mItems->selectFirstItem(); + checkButtonsEnabled(); //onItems(); } |