diff options
| author | Cosmic Linden <cosmic@lindenlab.com> | 2022-02-28 11:55:15 -0800 |
|---|---|---|
| committer | Cosmic Linden <cosmic@lindenlab.com> | 2022-03-03 12:30:59 -0800 |
| commit | 0e927e92f33f4a421a3cd56f7b9bc65c19003df2 (patch) | |
| tree | 0a3fe9d2e541c5a0e26ff18ffe8d8134590b39ab /indra/newview/llnetmap.h | |
| parent | 81da0dd2db7261e402c53445efa1d012177a4cfe (diff) | |
SL-16824: Fix minimap tooltip hint not updating until viewer restart (double click to show map vs double click to teleport)
Diffstat (limited to 'indra/newview/llnetmap.h')
| -rw-r--r-- | indra/newview/llnetmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnetmap.h b/indra/newview/llnetmap.h index e7eeda7dcc..b82b3d4105 100644 --- a/indra/newview/llnetmap.h +++ b/indra/newview/llnetmap.h @@ -88,6 +88,7 @@ public: void setParcelOwnerMsg(const std::string& msg) { mParcelOwnerMsg = msg; } void setRegionNameMsg(const std::string& msg) { mRegionNameMsg = msg; } void setToolTipHintMsg(const std::string& msg) { mToolTipHintMsg = msg; } + void setAltToolTipHintMsg(const std::string& msg) { mAltToolTipHintMsg = msg; } void renderScaledPointGlobal( const LLVector3d& pos, const LLColor4U &color, F32 radius ); @@ -140,6 +141,7 @@ private: std::string mParcelOwnerMsg; std::string mRegionNameMsg; std::string mToolTipHintMsg; + std::string mAltToolTipHintMsg; public: void setSelected(uuid_vec_t uuids) { gmSelected=uuids; }; |
