diff options
| -rwxr-xr-x | indra/newview/lltoolpie.cpp | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp index 8191958dd4..eec9760d2d 100755 --- a/indra/newview/lltoolpie.cpp +++ b/indra/newview/lltoolpie.cpp @@ -1700,6 +1700,12 @@ BOOL LLToolPie::handleRightClickPick()  		}  	} +	// non UI object - put focus back "in world" +	if (gFocusMgr.getKeyboardFocus()) +	{ +		gFocusMgr.setKeyboardFocus(NULL); +	} +  	LLTool::handleRightMouseDown(x, y, mask);  	// We handled the event.  	return TRUE;  | 
