diff options
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.cpp')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp index afbf589e5e..fec26f9722 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -158,6 +158,8 @@ BOOL LLFloaterPathfindingConsole::postBuild() mPathfindingToolset->addTool(LLPathfindingPathTool::getInstance());
mPathfindingToolset->addTool(LLToolCamera::getInstance());
mPathfindingToolset->setShowFloaterTools(false);
+ updateCharacterWidth();
+ updateCharacterType();
return LLFloater::postBuild();
}
|