diff options
| author | Rye <rye@alchemyviewer.org> | 2025-08-28 00:53:15 -0400 | 
|---|---|---|
| committer | Rye <rye@alchemyviewer.org> | 2025-08-28 00:53:15 -0400 | 
| commit | 96ff5f8e70396b53168682c4a1addb9a61d45e7c (patch) | |
| tree | c874c67c68f2412c0e1cc630ffbb6bf3819c229c /indra/llui/llflatlistview.cpp | |
| parent | 77d71dec863e28323bcafb1573cd1ecd54fe3049 (diff) | |
| parent | b2468342072f1e8b0fa2029d01918f74cdd6d4a8 (diff) | |
Merge branch 'develop' of github.com:secondlife/viewer into rye/infinitemac
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;  | 
