diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-05-18 21:09:42 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-05-18 21:09:42 +0300 |
| commit | e4973e0f92b524e7f9c2d10745f4c5e3a8557284 (patch) | |
| tree | ca82bc605f7071b22d70bb32547653215fe9576b /indra/llui/llmultisliderctrl.h | |
| parent | 7a0a580eddf4fb7608d1bd84b7eccd2653075184 (diff) | |
MAINT-8344 Day Cycle Editor (part 3)
Diffstat (limited to 'indra/llui/llmultisliderctrl.h')
| -rw-r--r-- | indra/llui/llmultisliderctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llmultisliderctrl.h b/indra/llui/llmultisliderctrl.h index b6a3542376..84378ff7b2 100644 --- a/indra/llui/llmultisliderctrl.h +++ b/indra/llui/llmultisliderctrl.h @@ -84,6 +84,7 @@ public: const std::string& getCurSlider() const { return mMultiSlider->getCurSlider(); } F32 getCurSliderValue() const { return mCurValue; } void setCurSlider(const std::string& name); + void resetCurSlider(); void setCurSliderValue(F32 val, BOOL from_event = false) { setSliderValue(mMultiSlider->getCurSlider(), val, from_event); } virtual void setMinValue(const LLSD& min_value) { setMinValue((F32)min_value.asReal()); } |
