diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-01-09 21:57:12 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-01-09 21:57:12 +0200 |
commit | 13c537e9a0f05857f89085b91ac098921c317fb1 (patch) | |
tree | 04a0f41d7be61c1456d8acbe681c3ae614dceb55 /indra/llui/llsliderctrl.h | |
parent | 3cb7eb639398db5f1828f6afb45e2313434b75f7 (diff) |
SL-10279 Readjusting altitude slider
Diffstat (limited to 'indra/llui/llsliderctrl.h')
-rw-r--r-- | indra/llui/llsliderctrl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llui/llsliderctrl.h b/indra/llui/llsliderctrl.h index 67cca9ef04..75fcdc4b71 100644 --- a/indra/llui/llsliderctrl.h +++ b/indra/llui/llsliderctrl.h @@ -125,6 +125,9 @@ public: mSlider->setControlName(control_name, context); } + /*virtual*/ void setRect(const LLRect& rect); + /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); + static void onSliderCommit(LLUICtrl* caller, const LLSD& userdata); static void onEditorCommit(LLUICtrl* ctrl, const LLSD& userdata); @@ -133,6 +136,7 @@ public: private: void updateText(); + void updateSliderRect(); void reportInvalidData(); const LLFontGL* mFont; |