Added a bit of debug output for viewer tool states.

This commit is contained in:
Shyotl
2011-10-31 20:36:47 -05:00
parent 6964cec6f1
commit 0ef5931212
3 changed files with 13 additions and 6 deletions

View File

@@ -77,6 +77,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();