summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.h
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2009-10-16 01:49:34 +0000
committerRichard Nelson <richard@lindenlab.com>2009-10-16 01:49:34 +0000
commitf8997965ebf7bcd5de374d23dfc1a2939870b1af (patch)
tree5b360a15c77234b556a2426b614ea5257065dbff /indra/llui/lltextbase.h
parentddef4292bd7446b7c8f7db76d03795f5d10a0788 (diff)
fixed first click on SLURL not spawning inspector by handling mouse down when clicking on url
reviewed by Mani
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r--indra/llui/lltextbase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h
index 903396c78a..ca9b1cc123 100644
--- a/indra/llui/lltextbase.h
+++ b/indra/llui/lltextbase.h
@@ -436,6 +436,7 @@ public:
/*virtual*/ BOOL handleHover(S32 x, S32 y, MASK mask);
/*virtual*/ BOOL handleRightMouseDown(S32 x, S32 y, MASK mask);
+ /*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask);
/*virtual*/ BOOL handleMouseUp(S32 x, S32 y, MASK mask);
/*virtual*/ BOOL handleToolTip(S32 x, S32 y, MASK mask);