From 9ac73955faed007e98edf028b4843adcfee0fded Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Tue, 6 Jun 2023 22:56:08 +0300 Subject: SL-19823 Edit not always active #2 --- indra/newview/llpanelmaininventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index 9892360a1b..a6a68141e3 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -2419,7 +2419,7 @@ void LLPanelMainInventory::updateCombinationVisibility() } } - if (mCombInvUUIDNeedsRename.notNull() && !mReshapeInvLayout) + if (mCombInvUUIDNeedsRename.notNull()) { mCombinationInventoryPanel->setSelectionByID(mCombInvUUIDNeedsRename, TRUE); mCombinationInventoryPanel->getRootFolder()->scrollToShowSelection(); -- cgit v1.2.3