summaryrefslogtreecommitdiff
path: root/indra/newview/llsettingspicker.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-09-17 20:29:45 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-09-17 20:29:45 +0300
commit53a93d3e73892f633b1d79de359924d733489bdb (patch)
treebee6598e4c7b976fa7f5f6f8364b1f6ee179a94a /indra/newview/llsettingspicker.h
parent8a65439c76437476d62b3f52fa26fea7ea1c6740 (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.h1
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;