I like jackals.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user