Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user