summaryrefslogtreecommitdiff
path: root/indra/llui/llmultislider.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-12-21 15:30:57 -0800
committerRider Linden <rider@lindenlab.com>2018-12-21 15:30:57 -0800
commit8227a0b270f6e7cc521adeb7b97ad2d5fb646973 (patch)
treef03d3a12f94c503350dd11b7167b541a98306757 /indra/llui/llmultislider.h
parent634910f685057c50ae3233d9f71d4b21cf958749 (diff)
SL-10279: Rework the environment pannel. Still in progress.
Diffstat (limited to 'indra/llui/llmultislider.h')
-rw-r--r--indra/llui/llmultislider.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llmultislider.h b/indra/llui/llmultislider.h
index 50cf62e9c5..b4331e11c0 100644
--- a/indra/llui/llmultislider.h
+++ b/indra/llui/llmultislider.h
@@ -80,6 +80,7 @@ public:
void setSliderValue(const std::string& name, F32 value, BOOL from_event = FALSE);
F32 getSliderValue(const std::string& name) const;
F32 getSliderValueFromPos(S32 xpos, S32 ypos) const;
+ LLRect getSliderThumbRect(const std::string& name) const;
const std::string& getCurSlider() const { return mCurSlider; }
F32 getCurSliderValue() const { return getSliderValue(mCurSlider); }