From 3f51c0423942f61d27c33bfdb1622e5ae2b8c9ae Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Mon, 19 Oct 2020 14:09:23 +0300 Subject: SL-14139 disallow Gestures from being bound to Ctrl+F10 --- indra/newview/llpreviewgesture.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llpreviewgesture.h') diff --git a/indra/newview/llpreviewgesture.h b/indra/newview/llpreviewgesture.h index 3ba4f56295..ffcada4cc2 100644 --- a/indra/newview/llpreviewgesture.h +++ b/indra/newview/llpreviewgesture.h @@ -103,6 +103,8 @@ protected: LLScrollListItem* addStep(const enum EStepType step_type); void onVisibilityChanged ( const LLSD& new_visibility ); + + void onCommitKeyorModifier(); static std::string getLabel(std::vector labels); static void updateLabel(LLScrollListItem* item); -- cgit v1.2.3