From e574bf4889b94d12abdf7078bebab39ddcda103c Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine Date: Tue, 11 Nov 2014 12:00:52 +0200 Subject: ACME-1597 FIXED Reselect first item in the list and refresh buttons after removing --- indra/newview/llpanelexperiencelisteditor.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview') 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(); } -- cgit v1.2.3