A small change issued by Siana to correct a small problem.

This commit is contained in:
Lirusaito
2012-01-12 17:35:41 -05:00
parent 21a64b306d
commit be978ab76b

View File

@@ -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,