Unbreaking Ctrl+W the right way

This commit is contained in:
Siana Gearz
2012-03-25 09:29:55 +02:00
parent 459751f206
commit 196e9d6c78
5 changed files with 24 additions and 32 deletions

View File

@@ -1788,7 +1788,9 @@ BOOL LLFloaterIMPanel::handleKeyHere( KEY key, MASK mask )
}
}
return handled || LLFloater::handleKeyHere(key, mask);
// May need to call base class LLPanel::handleKeyHere if not handled
// in order to tab between buttons. JNC 1.2.2002
return handled;
}
BOOL LLFloaterIMPanel::handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop,