summaryrefslogtreecommitdiff
path: root/indra/llui/llmultisliderctrl.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2019-01-02 17:10:15 -0800
committerRider Linden <rider@lindenlab.com>2019-01-02 17:10:15 -0800
commitd607d81dba25dfe7dd1ecdf123af656ca939924f (patch)
tree94f45fac6cd13c4677e20be0ada48a0e7985740a /indra/llui/llmultisliderctrl.h
parent5fe626afabd2857980e8011ceb6081f9e9f108c7 (diff)
SL-10279: Temp fix for stale estate info when editing parcel environment.
Diffstat (limited to 'indra/llui/llmultisliderctrl.h')
-rw-r--r--indra/llui/llmultisliderctrl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llmultisliderctrl.h b/indra/llui/llmultisliderctrl.h
index 20d204a6dc..e16737b3c7 100644
--- a/indra/llui/llmultisliderctrl.h
+++ b/indra/llui/llmultisliderctrl.h
@@ -110,6 +110,9 @@ public:
F32 getSliderValueFromPos(S32 x, S32 y) const { return mMultiSlider->getSliderValueFromPos(x, y); }
LLRect getSliderThumbRect(const std::string &name) const { return mMultiSlider->getSliderThumbRect(name); }
+ void setSliderThumbImage(const std::string &name) { mMultiSlider->setSliderThumbImage(name); }
+ void clearSliderThumbImage() { mMultiSlider->clearSliderThumbImage(); }
+
/// for adding and deleting sliders
const std::string& addSlider();
const std::string& addSlider(F32 val);