diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-07-20 19:10:22 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-07-20 19:10:22 +0300 |
| commit | c822d8af16428cf245ae57305a4f39d3fccd672b (patch) | |
| tree | b0046845a6dc18ab1f93c8a5ee36ffe1793de628 /indra/llui/llmultisliderctrl.h | |
| parent | bb836fcdec22c4dbdc40f768be491e0d5d897089 (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.h | 2 |
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; |
