diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-08-03 21:01:43 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-08-03 21:01:43 +0300 |
commit | 51abc168c03f80d63c85d4bb48624f440b585390 (patch) | |
tree | b22814b42377bf217aa03408d64d9bd93baa0372 /indra/llui/llmultislider.h | |
parent | 6a54e0948d651963399da82cfc5672125b9442e7 (diff) |
MAINT-8902 fix encroaching 'legacy' issues
Diffstat (limited to 'indra/llui/llmultislider.h')
-rw-r--r-- | indra/llui/llmultislider.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llmultislider.h b/indra/llui/llmultislider.h index 9281b68406..eff0c7d2d7 100644 --- a/indra/llui/llmultislider.h +++ b/indra/llui/llmultislider.h @@ -47,6 +47,7 @@ public: Optional<S32> max_sliders; Optional<bool> allow_overlap, + loop_overlap, draw_track, use_triangle; @@ -109,6 +110,7 @@ protected: S32 mMaxNumSliders; BOOL mAllowOverlap; + BOOL mLoopOverlap; F32 mOverlapThreshold; BOOL mDrawTrack; BOOL mUseTriangle; /// hacked in toggle to use a triangle |