diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-14 15:11:45 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-15 19:49:23 +0300 |
commit | 1eeecfa1a8bf43a8980217ce34e3b5f4458483e0 (patch) | |
tree | 887bd6a7b729869e11b4cf523c8f500d84a0239e /indra/llui/llfolderviewitem.cpp | |
parent | 7d1597fc98868c73d6de0b95f3c1af4c459a30c8 (diff) |
viewer#1425 Sorting in Appearance floater
Diffstat (limited to 'indra/llui/llfolderviewitem.cpp')
-rw-r--r-- | indra/llui/llfolderviewitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderviewitem.cpp b/indra/llui/llfolderviewitem.cpp index 7be8db4777..7a78540510 100644 --- a/indra/llui/llfolderviewitem.cpp +++ b/indra/llui/llfolderviewitem.cpp @@ -777,7 +777,7 @@ void LLFolderViewItem::drawFavoriteIcon(const Params& default_params, const LLUI { favorite_image = default_params.favorite_image; } - else if (mHasFavorites && !hasVisibleChildren()) + else if (mHasFavorites && !isOpen()) { favorite_image = default_params.favorite_content_image; } |