diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-12-15 12:30:29 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-12-15 12:30:29 +0200 |
commit | 8a761993da9d8e7e8b0b8d0350c79c1e8c511e31 (patch) | |
tree | c3b7e96cf3c2b4f9f419ee64a0202842e27b6588 /indra/newview/lltoolpie.h | |
parent | 40699b96633e125846672c4639f04a05eb237712 (diff) |
MAINT-957 Double-click Auto-pilot activates for clicks on UI elements, HUDs, some right-clicks
Diffstat (limited to 'indra/newview/lltoolpie.h')
-rwxr-xr-x | indra/newview/lltoolpie.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoolpie.h b/indra/newview/lltoolpie.h index 68fe8bc4a5..6e9335251b 100755 --- a/indra/newview/lltoolpie.h +++ b/indra/newview/lltoolpie.h @@ -118,6 +118,7 @@ private: LLSafeHandle<LLObjectSelection> mLeftClickSelection; BOOL mClickActionBuyEnabled; BOOL mClickActionPayEnabled; + LLFrameTimer mDoubleClickTimer; }; #endif |