diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-11 15:22:24 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-11 15:22:24 +0200 |
commit | 4b4367269058c8ba10d284b48ffae9e24fd086ce (patch) | |
tree | 24d53bcbd383488c902498dd1c96fff1fdf8e78d /indra/llui/lltextbase.h | |
parent | 9a75eeb67e9d768ad925c5d1f0e7ab180be8ee71 (diff) |
CHUI-751 FIXED Triple click is now handled.
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r-- | indra/llui/lltextbase.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h index 629b304b25..ad566a36d3 100644 --- a/indra/llui/lltextbase.h +++ b/indra/llui/lltextbase.h @@ -598,7 +598,8 @@ protected: // selection S32 mSelectionStart; S32 mSelectionEnd; - + LLTimer mTripleClickTimer; + BOOL mIsSelecting; // Are we in the middle of a drag-select? // spell checking |