From b5f861ae8498a76915e342a7b2d2cd23d565dd37 Mon Sep 17 00:00:00 2001
From: Mnikolenko Productengine <mnikolenko@productengine.com>
Date: Thu, 8 Dec 2016 16:24:50 +0200
Subject: MAINT-6979 Scroll bar in Appearance -> Wearing jumps up to the top
 each time an attachment is detached

---
 indra/newview/llpanelwearing.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'indra/newview')

diff --git a/indra/newview/llpanelwearing.cpp b/indra/newview/llpanelwearing.cpp
index 796372ba04..a150007177 100644
--- a/indra/newview/llpanelwearing.cpp
+++ b/indra/newview/llpanelwearing.cpp
@@ -232,6 +232,7 @@ BOOL LLPanelWearing::postBuild()
 {
 	mAccordionCtrl = getChild<LLAccordionCtrl>("wearables_accordion");
 	mWearablesTab = getChild<LLAccordionCtrlTab>("tab_wearables");
+	mWearablesTab->setIgnoreResizeNotification(true);
 	mAttachmentsTab = getChild<LLAccordionCtrlTab>("tab_temp_attachments");
 	mAttachmentsTab->setDropDownStateChangedCallback(boost::bind(&LLPanelWearing::onAccordionTabStateChanged, this));
 
-- 
cgit v1.2.3