diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2011-06-16 16:39:30 -0700 |
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2011-06-16 16:39:30 -0700 |
| commit | 64f978dc81cf6b3dad42fc5f1cf3896208efc8ac (patch) | |
| tree | 093ecbfcdcdd8723cdb2c94af4e966fd1c9fc05e /indra/llui/llbutton.h | |
| parent | f42d2607be4aad88f432346787e556836b58a757 (diff) | |
EXP-891
Right click on Inbox or Outbox toggles up down arrow but has no action
Diffstat (limited to 'indra/llui/llbutton.h')
| -rw-r--r-- | indra/llui/llbutton.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h index 5880a0e1f2..5968916006 100644 --- a/indra/llui/llbutton.h +++ b/indra/llui/llbutton.h @@ -129,6 +129,8 @@ public: Optional<LLBadge::Params> badge; + Optional<bool> handle_right_mouse; + Params(); }; @@ -359,6 +361,8 @@ private: bool mForcePressedState; LLFrameTimer mFlashingTimer; + + bool mHandleRightMouse; }; // Build time optimization, generate once in .cpp file |
