diff options
author | Graham Linden <graham@lindenlab.com> | 2018-06-27 22:45:29 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-06-27 22:45:29 +0100 |
commit | 2464456ef145cb91768bc8841cc163ae027d20ba (patch) | |
tree | 0fb14320681e4ca44b071f429e957098b3b0e3d7 /indra/newview/llfloatereditextdaycycle.cpp | |
parent | 5c2f49b86511f88de520f4297f20e6382139a927 (diff) |
MAINT-8809
MAINT-8810
Make jumping on daycycle editor timeline with click update the environment.
Fix tab controls staying locked when clicking on a frame after a drag.
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.cpp')
-rw-r--r-- | indra/newview/llfloatereditextdaycycle.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.cpp b/indra/newview/llfloatereditextdaycycle.cpp index d10fe821c8..940933955d 100644 --- a/indra/newview/llfloatereditextdaycycle.cpp +++ b/indra/newview/llfloatereditextdaycycle.cpp @@ -502,9 +502,10 @@ void LLFloaterEditExtDayCycle::onFrameSliderCallback(const LLSD &data) } - - mTimeSlider->setCurSliderValue(sliderpos); + + updateTabs(); + LLEnvironment::instance().updateEnvironment(); } void LLFloaterEditExtDayCycle::onFrameSliderDoubleClick(S32 x, S32 y, MASK mask) |