diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-17 19:34:03 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-17 19:59:48 +0300 |
commit | 177ad21ade8fbbb05ac5c373b8b43176e70e64a7 (patch) | |
tree | d8350ba9674a75c9181be525e7f58f09554dc945 /indra/llui/llmultislider.h | |
parent | b193defea81f279f366035d628941e4f463b25fe (diff) |
SL-13729 Performance of LLUI and LLRender2D
Diffstat (limited to 'indra/llui/llmultislider.h')
-rw-r--r-- | indra/llui/llmultislider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llmultislider.h b/indra/llui/llmultislider.h index 99a78d6e09..3cb4b760b0 100644 --- a/indra/llui/llmultislider.h +++ b/indra/llui/llmultislider.h @@ -150,6 +150,7 @@ protected: LLUIColor mDisabledThumbColor; LLUIColor mTriangleColor; LLUIImagePtr mThumbImagep; //blimps on the slider, for now no 'disabled' support + LLUIImagePtr mRoundedSquareImgp; //blimps on the slider, for now no 'disabled' support const EOrientation mOrientation; |