summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewgesture.h
diff options
context:
space:
mode:
authorKyler Eastridge <felix.wolfz@gmail.com>2023-10-07 16:54:30 -0400
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-10-19 01:26:43 +0300
commit02ca44eea58b3311f5879309c1e310e893a41b1e (patch)
treeda245f37774d0e11d1d1e4affe888da3d67ac62a /indra/newview/llpreviewgesture.h
parent0f742298deab3d2718a532fe36a473d2d3a6b38c (diff)
[BUG-234493] Add "Until key release" to the gesture "Wait"
Diffstat (limited to 'indra/newview/llpreviewgesture.h')
-rw-r--r--indra/newview/llpreviewgesture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpreviewgesture.h b/indra/newview/llpreviewgesture.h
index f5c47d71b8..d0fddaf49a 100644
--- a/indra/newview/llpreviewgesture.h
+++ b/indra/newview/llpreviewgesture.h
@@ -154,6 +154,7 @@ private:
LLComboBox* mAnimationCombo;
LLComboBox* mSoundCombo;
LLLineEditor* mChatEditor;
+ LLCheckBoxCtrl* mWaitKeyReleaseCheck;
LLCheckBoxCtrl* mWaitAnimCheck;
LLCheckBoxCtrl* mWaitTimeCheck;
LLLineEditor* mWaitTimeEditor;