summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationview.h
diff options
context:
space:
mode:
authormberezhnoy <mberezhnoy@productengine.com>2013-03-11 12:32:34 +0200
committermberezhnoy <mberezhnoy@productengine.com>2013-03-11 12:32:34 +0200
commit40f61ae60091909bae8229b7d0496154a87fefbf (patch)
treeed7906e708292943e5f9e983e85eef91513007c9 /indra/newview/llconversationview.h
parent5957f1da916173d0e6463ebd3d74ff06a6df0c59 (diff)
CHUI-840 (Right clicking on unselected group conversation can have unpredictable results for menu options)
Diffstat (limited to 'indra/newview/llconversationview.h')
-rwxr-xr-xindra/newview/llconversationview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h
index 76d3d079ea..3eb2e63792 100755
--- a/indra/newview/llconversationview.h
+++ b/indra/newview/llconversationview.h
@@ -68,6 +68,7 @@ public:
/*virtual*/ BOOL postBuild();
/*virtual*/ void draw();
/*virtual*/ BOOL handleMouseDown( S32 x, S32 y, MASK mask );
+ /*virtual*/ BOOL handleRightMouseDown( S32 x, S32 y, MASK mask );
/*virtual*/ S32 arrange(S32* width, S32* height);
@@ -90,6 +91,7 @@ private:
void onCurrentVoiceSessionChanged(const LLUUID& session_id);
void startFlashing();
+ void selectConversationItem();
LLPanel* mItemPanel;
LLPanel* mCallIconLayoutPanel;