diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-12-04 21:25:34 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-12-04 21:26:16 +0200 |
commit | c713b953e831172bf161d011dc7eda600eb5b139 (patch) | |
tree | a574145c1a5959fcea9ab2edd028eced26ca5f96 /indra/newview/llsetkeybinddialog.h | |
parent | 4de5f6a8533174696211fab8952adc7001357ba4 (diff) |
SL-14438 Adjusted behavior of recording mask keys
If 'mask+key' got rejected, don record it as 'mask'
Diffstat (limited to 'indra/newview/llsetkeybinddialog.h')
-rw-r--r-- | indra/newview/llsetkeybinddialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsetkeybinddialog.h b/indra/newview/llsetkeybinddialog.h index ec3c813a66..a34b952233 100644 --- a/indra/newview/llsetkeybinddialog.h +++ b/indra/newview/llsetkeybinddialog.h @@ -87,6 +87,7 @@ private: U32 mKeyFilterMask; Updater *pUpdater; + KEY mLastMaskKey; static bool sRecordKeys; // for convinience and not to check instance each time |