diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-07-13 15:36:35 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-07-13 15:36:35 +0300 |
commit | 2b219a0bd57c2ee51f3fc3c968bef915d7c46e7e (patch) | |
tree | b8ce7a094d04d0c2c1c5b32159b39316162610b7 /indra/newview/llfavoritesbar.h | |
parent | c0087286e78098ee246ea821aefb5686ab8bda78 (diff) |
SL-13582 FIXED The Favorites bar overflow list is shifted after clicking any button on the context menu
Diffstat (limited to 'indra/newview/llfavoritesbar.h')
-rw-r--r-- | indra/newview/llfavoritesbar.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfavoritesbar.h b/indra/newview/llfavoritesbar.h index d93161fd7a..2951b5cedf 100644 --- a/indra/newview/llfavoritesbar.h +++ b/indra/newview/llfavoritesbar.h @@ -96,6 +96,8 @@ protected: void showDropDownMenu(); + void onMoreTextBoxClicked(); + LLHandle<LLView> mOverflowMenuHandle; LLHandle<LLView> mContextMenuHandle; @@ -163,6 +165,9 @@ private: BOOL mTabsHighlightEnabled; + S32 mMouseX; + S32 mMouseY; + boost::signals2::connection mEndDragConnection; }; |