summaryrefslogtreecommitdiff
path: root/indra/newview/llnavigationbar.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-02-25 16:55:11 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-02-25 16:55:11 +0200
commit2d4a894b706d0dcbdc753318c2c400b0d3ee92b7 (patch)
tree39696fbdd1c3526eaef6109d548586c550ba4d96 /indra/newview/llnavigationbar.h
parent8f717b988ad6a1bc7156d0779b5c7e424c6bf932 (diff)
SL-14901 Add a button on the Landmarks bar to open the Places floater
Diffstat (limited to 'indra/newview/llnavigationbar.h')
-rwxr-xr-xindra/newview/llnavigationbar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnavigationbar.h b/indra/newview/llnavigationbar.h
index a44c6dd699..646911a62c 100755
--- a/indra/newview/llnavigationbar.h
+++ b/indra/newview/llnavigationbar.h
@@ -119,6 +119,7 @@ private:
void onNavigationButtonHeldUp(LLButton* nav_button);
void onForwardButtonClicked();
void onHomeButtonClicked();
+ void onLandmarksButtonClicked();
void onLocationSelection();
void onLocationPrearrange(const LLSD& data);
void onTeleportFinished(const LLVector3d& global_agent_pos);
@@ -144,6 +145,7 @@ private:
LLPullButton* mBtnBack;
LLPullButton* mBtnForward;
LLButton* mBtnHome;
+ LLButton* mBtnLandmarks;
LLLocationInputCtrl* mCmbLocation;
LLRect mDefaultNbRect;
LLRect mDefaultFpRect;