I like jackals.

This commit is contained in:
Inusaito Sayori
2014-09-03 21:49:08 -04:00
parent f8520f9dd3
commit fa103a69f9

View File

@@ -332,7 +332,7 @@ void LLToolMgr::toggleBuildMode()
if (gFocusMgr.getKeyboardFocus()) gFloaterTools->setFocus(true); // Focus isn't on the world, give it to the build tools.
}
.. else if (gFloaterTools->getVisible() && !gFloaterTools->hasFocus() && gFocusMgr.getKeyboardFocus()) // Build tools is open, but not the focused floater, give it focus.
else if (gFloaterTools->getVisible() && !gFloaterTools->hasFocus() && gFocusMgr.getKeyboardFocus()) // Build tools is open, but not the focused floater, give it focus.
{
gFloaterTools->setFocus(true);
}