Fix keyboard shortcuts like ctrl+w for floaters

This commit is contained in:
Siana Gearz
2012-01-12 01:37:13 +01:00
parent a6f36abab0
commit 4eea8624b7
5 changed files with 18 additions and 21 deletions

View File

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