From a9453573d2d510ad6db875acbee08539d02d9cbd Mon Sep 17 00:00:00 2001 From: Sergei Litovchuk Date: Tue, 29 Dec 2009 16:18:51 +0200 Subject: Fixed normal bug (EXT-3356) Dock Voice control panel to Speak button chevron, not to middle of Speak button. - Changed VCP docking anchor to the right segment of the Speak button. --HG-- branch : product-engine --- indra/newview/llcallfloater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llcallfloater.cpp b/indra/newview/llcallfloater.cpp index 44108fa0ca..b988af3b50 100644 --- a/indra/newview/llcallfloater.cpp +++ b/indra/newview/llcallfloater.cpp @@ -154,7 +154,7 @@ BOOL LLCallFloater::postBuild() mNonAvatarCaller = getChild("non_avatar_caller"); mNonAvatarCaller->setVisible(FALSE); - LLView *anchor_panel = LLBottomTray::getInstance()->getChild("speak_panel"); + LLView *anchor_panel = LLBottomTray::getInstance()->getChild("right"); setDockControl(new LLDockControl( anchor_panel, this, -- cgit v1.2.3