summaryrefslogtreecommitdiff
path: root/indra/llui/llmenugl.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-07-13 15:36:35 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-07-13 15:36:35 +0300
commit2b219a0bd57c2ee51f3fc3c968bef915d7c46e7e (patch)
treeb8ce7a094d04d0c2c1c5b32159b39316162610b7 /indra/llui/llmenugl.h
parentc0087286e78098ee246ea821aefb5686ab8bda78 (diff)
SL-13582 FIXED The Favorites bar overflow list is shifted after clicking any button on the context menu
Diffstat (limited to 'indra/llui/llmenugl.h')
-rw-r--r--indra/llui/llmenugl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llmenugl.h b/indra/llui/llmenugl.h
index 1f11f26192..805620bf9b 100644
--- a/indra/llui/llmenugl.h
+++ b/indra/llui/llmenugl.h
@@ -510,7 +510,7 @@ public:
void createJumpKeys();
// Show popup at a specific location, in the spawn_view's coordinate frame
- static void showPopup(LLView* spawning_view, LLMenuGL* menu, S32 x, S32 y);
+ static void showPopup(LLView* spawning_view, LLMenuGL* menu, S32 x, S32 y, S32 mouse_x = 0, S32 mouse_y = 0);
// Whether to drop shadow menu bar
void setDropShadowed( const BOOL shadowed );