summaryrefslogtreecommitdiff
path: root/indra/llui/llmultisliderctrl.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-07-20 19:10:22 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-07-20 19:10:22 +0300
commitc822d8af16428cf245ae57305a4f39d3fccd672b (patch)
treeb0046845a6dc18ab1f93c8a5ee36ffe1793de628 /indra/llui/llmultisliderctrl.h
parentbb836fcdec22c4dbdc40f768be491e0d5d897089 (diff)
MAINT-8344 implement slider support for an overlap threshold and reenable shift-copy
Diffstat (limited to 'indra/llui/llmultisliderctrl.h')
-rw-r--r--indra/llui/llmultisliderctrl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llmultisliderctrl.h b/indra/llui/llmultisliderctrl.h
index 5c4777ebd0..507115f5e1 100644
--- a/indra/llui/llmultisliderctrl.h
+++ b/indra/llui/llmultisliderctrl.h
@@ -57,6 +57,8 @@ public:
draw_track,
use_triangle;
+ Optional<F32> overlap_threshold;
+
Optional<LLUIColor> text_color,
text_disabled_color;