Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Drake Arconis
2011-11-08 05:22:47 -05:00
25 changed files with 209 additions and 96 deletions

View File

@@ -78,6 +78,8 @@ void LLToolComposite::setCurrentTool( LLTool* new_tool )
{
if( mCur != new_tool )
{
if(new_tool)
lldebugs << "Current Tool: " << new_tool->getName() << llendl;
if( mSelected )
{
mCur->handleDeselect();