diff options
author | Merov Linden <merov@lindenlab.com> | 2013-01-08 21:46:00 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-01-08 21:46:00 -0800 |
commit | 4ef1181cdcb03a08fbce8d774cd85ef914bef8f3 (patch) | |
tree | af16ae0b6f1f05fc72571b39ec1747ee095546c7 /indra/newview/llinventorypanel.h | |
parent | 0e7e877379b4ab0d8d8b7ae3ce8c9dfb91cc9de7 (diff) |
CHUI-659 : Fixed : Reimplemented open selection on hitting return the right way
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index 9639086c11..6eb85fbad2 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -143,6 +143,7 @@ public: // LLView methods void draw(); + /*virtual*/ BOOL handleKeyHere( KEY key, MASK mask ); BOOL handleHover(S32 x, S32 y, MASK mask); BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAndDropType cargo_type, |