diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-10 01:33:43 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-10 01:33:43 +0300 |
commit | 417dbeb68ef842a8eee22ebab35c89ddee653619 (patch) | |
tree | 71102ecb25dff25878402c4336de9f122d1235e2 /indra/newview/llpanelmaininventory.cpp | |
parent | 5c6a2779c498e69e36276700283ccfb4bdbfd438 (diff) |
SL-19823 Edit not always active #5
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index de777fdc1a..e133bd37a1 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -2425,7 +2425,7 @@ void LLPanelMainInventory::updateCombinationVisibility() } } - if (mCombInvUUIDNeedsRename.notNull()) + if (mCombInvUUIDNeedsRename.notNull() && mCombinationInventoryPanel->areViewsInitialized()) { mCombinationInventoryPanel->setSelectionByID(mCombInvUUIDNeedsRename, TRUE); mCombinationInventoryPanel->getRootFolder()->scrollToShowSelection(); |