diff options
author | andreykproductengine <none@none> | 2016-09-20 17:47:30 +0300 |
---|---|---|
committer | andreykproductengine <none@none> | 2016-09-20 17:47:30 +0300 |
commit | c9cfa897d9a781b6781915d250bb8886c206cd3f (patch) | |
tree | fc5c8cd3846ec9029a4549ca9a0543871adf13ef /indra/newview/llgrouplist.cpp | |
parent | e638f635c81d2b380840e33acdc33ee692422153 (diff) |
MAINT-6655 fixed group list and inspector not always switching to default icon
Diffstat (limited to 'indra/newview/llgrouplist.cpp')
-rw-r--r-- | indra/newview/llgrouplist.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llgrouplist.cpp b/indra/newview/llgrouplist.cpp index 6126db2988..62414d3bbb 100644 --- a/indra/newview/llgrouplist.cpp +++ b/indra/newview/llgrouplist.cpp @@ -379,10 +379,7 @@ void LLGroupListItem::setGroupID(const LLUUID& group_id) void LLGroupListItem::setGroupIconID(const LLUUID& group_icon_id) { - if (group_icon_id.notNull()) - { - mGroupIcon->setIconId(group_icon_id); - } + mGroupIcon->setIconId(group_icon_id); } void LLGroupListItem::setGroupIconVisible(bool visible) |