summaryrefslogtreecommitdiff
path: root/indra/newview/llchiclet.cpp
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-01-06 18:20:42 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-01-06 18:20:42 +0200
commita555f635da29262a543ec2828a311e3f98a8ebdb (patch)
tree01e7d21fe2bc27c980074d98a0d0a1125a23dd0c /indra/newview/llchiclet.cpp
parentc7c62b96502a7afc96e58272081b9d70a8260483 (diff)
MAINT-729 FIXED Hide popup menu (which belongs to old chiclet) when new chiclet arrives.
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rwxr-xr-xindra/newview/llchiclet.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp
index c0823182c0..46b7679915 100755
--- a/indra/newview/llchiclet.cpp
+++ b/indra/newview/llchiclet.cpp
@@ -376,6 +376,14 @@ BOOL LLIMChiclet::handleRightMouseDown(S32 x, S32 y, MASK mask)
return TRUE;
}
+void LLIMChiclet::hidePopupMenu()
+{
+ if (mPopupMenu)
+ {
+ mPopupMenu->setVisible(FALSE);
+ }
+}
+
bool LLIMChiclet::canCreateMenu()
{
if(mPopupMenu)