summaryrefslogtreecommitdiff
path: root/indra/newview/llnetmap.h
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2022-03-22 16:45:33 -0700
committerCosmic Linden <cosmic@lindenlab.com>2022-04-05 11:55:33 -0700
commitf2b57ac03b187e0a33b40bb5b8a1e7a73b5aee58 (patch)
tree3966a1172486e94f38b904d3cc2d42591a372dbe /indra/newview/llnetmap.h
parentf1b7ba6c284605f2104896d7316e74b1e436e821 (diff)
SL-16916: Grey out "About Land" button in minimap context menu when land info is likely unavailable
Diffstat (limited to 'indra/newview/llnetmap.h')
-rw-r--r--indra/newview/llnetmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnetmap.h b/indra/newview/llnetmap.h
index 1864688a3c..fe1aca65a9 100644
--- a/indra/newview/llnetmap.h
+++ b/indra/newview/llnetmap.h
@@ -106,6 +106,8 @@ private:
void drawTracking( const LLVector3d& pos_global,
const LLColor4& color,
BOOL draw_arrow = TRUE);
+ bool isMouseOnPopupMenu();
+ void updateAboutLandPopupButton();
BOOL handleToolTipAgent(const LLUUID& avatar_id);
static void showAvatarInspector(const LLUUID& avatar_id);