diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-09-17 20:29:45 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-09-17 20:29:45 +0300 |
commit | 53a93d3e73892f633b1d79de359924d733489bdb (patch) | |
tree | bee6598e4c7b976fa7f5f6f8364b1f6ee179a94a /indra/newview/llsettingspicker.h | |
parent | 8a65439c76437476d62b3f52fa26fea7ea1c6740 (diff) |
SL-9654 EEP Double click should apply instead of opening in settings picker
Diffstat (limited to 'indra/newview/llsettingspicker.h')
-rw-r--r-- | indra/newview/llsettingspicker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsettingspicker.h b/indra/newview/llsettingspicker.h index a58fa38ed0..2faefefd4a 100644 --- a/indra/newview/llsettingspicker.h +++ b/indra/newview/llsettingspicker.h @@ -96,6 +96,7 @@ private: void onSelectionChange(const itemlist_t &items, bool user_action); void onButtonCancel(); void onButtonSelect(); + virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask); LLHandle<LLView> mOwnerHandle; |