diff options
author | Oz Linden <oz@lindenlab.com> | 2013-03-29 17:31:00 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-03-29 17:31:00 -0400 |
commit | 7333731bbca764fdac87173fa5a6e5f2bb46c1d2 (patch) | |
tree | 5a2fd2d0b95dc6ac0dea8f535918912ce43872b2 /indra/llui/llscrollbar.h | |
parent | cf1747712b154b6984cf374cf9c86f68a1210fb3 (diff) | |
parent | 430b8547c46cc70d57ed20cd0917be33380350a7 (diff) |
merge changes for DRTVWR-306
Diffstat (limited to 'indra/llui/llscrollbar.h')
-rw-r--r-- | indra/llui/llscrollbar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llscrollbar.h b/indra/llui/llscrollbar.h index ff74f753b9..21fd2d631e 100644 --- a/indra/llui/llscrollbar.h +++ b/indra/llui/llscrollbar.h @@ -124,6 +124,9 @@ public: void onLineUpBtnPressed(const LLSD& data); void onLineDownBtnPressed(const LLSD& data); + + S32 getThickness() const { return mThickness; } + void setThickness(S32 thickness); private: void updateThumbRect(); |