From bb9adf332950a6495a41aab8c6c4b2436f83f53e Mon Sep 17 00:00:00 2001 From: Ansariel Hiller Date: Wed, 7 May 2025 17:21:53 +0200 Subject: Fix map search bug causing duplicate requests properly (#4037, #4040) --- indra/newview/llfloaterworldmap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llfloaterworldmap.h') diff --git a/indra/newview/llfloaterworldmap.h b/indra/newview/llfloaterworldmap.h index 2f2b2b7a0d..274e4b6102 100644 --- a/indra/newview/llfloaterworldmap.h +++ b/indra/newview/llfloaterworldmap.h @@ -226,6 +226,7 @@ private: LLButton* mShowDestinationButton = nullptr; LLButton* mCopySlurlButton = nullptr; LLButton* mGoHomeButton = nullptr; + LLButton* mSearchButton = nullptr; LLCheckBoxCtrl* mPeopleCheck = nullptr; LLCheckBoxCtrl* mInfohubCheck = nullptr; @@ -245,6 +246,8 @@ private: LLSliderCtrl* mZoomSlider = nullptr; + LLPanel* mTrackCtrlsPanel = nullptr; + boost::signals2::connection mTeleportFinishConnection; }; -- cgit v1.2.3