diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-08-21 06:33:49 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-08-21 06:33:49 +0800 |
commit | b3e00b61a9126a54383cc52c356d0c488d2ec91d (patch) | |
tree | 487b6aa41fbf524fbf0d6eead502424d6cc33d0b /indra/llui/llflatlistview.cpp | |
parent | 2d8948ef173c5bfc37834301f4aa4fb72e78f03c (diff) | |
parent | 143de1ddbf4489c490d16cc8cbf0eca688a81b43 (diff) |
Merge tag 'Second_Life_Release#143de1dd-2025.06' into 2025.06
Diffstat (limited to 'indra/llui/llflatlistview.cpp')
-rw-r--r-- | indra/llui/llflatlistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llflatlistview.cpp b/indra/llui/llflatlistview.cpp index 5be20bd314..dfe0a71b74 100644 --- a/indra/llui/llflatlistview.cpp +++ b/indra/llui/llflatlistview.cpp @@ -69,7 +69,7 @@ const LLRect& LLFlatListView::getItemsRect() const bool LLFlatListView::addItem(LLPanel * item, const LLSD& value /*= LLUUID::null*/, EAddPosition pos /*= ADD_BOTTOM*/,bool rearrange /*= true*/) { if (!item) return false; - if (value.isUndefined()) return false; + if (value.isUndefined()) return false; // item stays an orphan?!!! //force uniqueness of items, easiest check but unreliable if (item->getParent() == mItemsPanel) return false; |