From be978ab76bb4c58b9f506095ec8066ccd3f975e5 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Thu, 12 Jan 2012 17:35:41 -0500 Subject: [PATCH] A small change issued by Siana to correct a small problem. --- indra/newview/llimpanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llimpanel.cpp b/indra/newview/llimpanel.cpp index 021a5d5f0..5eb1fb036 100644 --- a/indra/newview/llimpanel.cpp +++ b/indra/newview/llimpanel.cpp @@ -1776,7 +1776,7 @@ BOOL LLFloaterIMPanel::handleKeyHere( KEY key, MASK mask ) } } - return LLFloater::handleKeyHere(key, mask); + return handled || LLFloater::handleKeyHere(key, mask); } BOOL LLFloaterIMPanel::handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop,