summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-11-11 12:00:52 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-11-11 12:00:52 +0200
commite574bf4889b94d12abdf7078bebab39ddcda103c (patch)
tree115c923b3fe6c529ce7cae4fb0650bf0a9e325fd /indra/newview
parent6796e6c3fcd0dde3d39a7c7b4df785e28b9c7fcd (diff)
ACME-1597 FIXED Reselect first item in the list and refresh buttons after removing
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llpanelexperiencelisteditor.cpp2
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();
}