Skip to content
Snippets Groups Projects
Commit 14bbed35 authored by Ychebotarev ProductEngine's avatar Ychebotarev ProductEngine
Browse files

additional fix for EXT-4035 Old sidepanel tab's text remains highlighted when...

additional fix for EXT-4035 Old sidepanel tab's text remains highlighted when switching to inventory sidepanel tab

--HG--
branch : product-engine
parent 7fc94e79
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment