From 14bbed35fbaf1362c547c8cd41b19b34c3025a7b Mon Sep 17 00:00:00 2001
From: Ychebotarev ProductEngine <ychebotarev@productengine.com>
Date: Fri, 22 Jan 2010 14:48:54 +0200
Subject: [PATCH] additional fix for EXT-4035 Old sidepanel tab's text remains
 highlighted when switching to inventory sidepanel tab

--HG--
branch : product-engine
---
 indra/newview/llfolderview.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp
index a63fb730320..b833c611bfb 100644
--- a/indra/newview/llfolderview.cpp
+++ b/indra/newview/llfolderview.cpp
@@ -1391,6 +1391,7 @@ void LLFolderView::startRenamingSelectedItem( void )
 		// set focus will fail unless item is visible
 		mRenamer->setFocus( TRUE );
 		mRenamer->setTopLostCallback(boost::bind(onRenamerLost, _1));
+		mRenamer->setFocusLostCallback(boost::bind(onRenamerLost, _1));
 		gFocusMgr.setTopCtrl( mRenamer );
 	}
 }
-- 
GitLab