From 5c652e5f614807b8efc45819df1588c0508e9d34 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Tue, 7 Feb 2012 18:45:34 -0800 Subject: PATH-245: Disabling character selection through the character floater as it is seeming to cause weird artifacts in its current state. --- indra/newview/llfloaterpathfindingcharacters.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/llfloaterpathfindingcharacters.cpp b/indra/newview/llfloaterpathfindingcharacters.cpp index 9788fe5760..de431bbf89 100644 --- a/indra/newview/llfloaterpathfindingcharacters.cpp +++ b/indra/newview/llfloaterpathfindingcharacters.cpp @@ -268,6 +268,7 @@ void LLFloaterPathfindingCharacters::setMessagingState(EMessagingState pMessagin void LLFloaterPathfindingCharacters::onCharactersSelectionChange() { +#if 0 std::vector selectedItems = mCharactersScrollList->getAllSelected(); LLSelectMgr::getInstance()->deselectAll(); @@ -296,6 +297,7 @@ void LLFloaterPathfindingCharacters::onCharactersSelectionChange() mSelection = LLSelectMgr::getInstance()->selectObjectAndFamily(viewerObjects); } } +#endif updateCharactersStatusMessage(); updateActionFields(); -- cgit v1.2.3