summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatereditextdaycycle.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-09-24 18:00:01 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-09-24 18:00:01 +0300
commitee532d946dc394bd3ebdaefedb6034520b83ef9a (patch)
tree84f920ea3cb5fe0d480c1dbe6c2c7c99df07ead5 /indra/newview/llfloatereditextdaycycle.h
parentd0b214fec699cac8b0851e69a87bedb36c895a85 (diff)
SL-1817 EEP Day Cycle timeline scrubber can't be repositioned while it's playing
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.h')
-rw-r--r--indra/newview/llfloatereditextdaycycle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.h b/indra/newview/llfloatereditextdaycycle.h
index 185b27bff3..0ab47fc1e5 100644
--- a/indra/newview/llfloatereditextdaycycle.h
+++ b/indra/newview/llfloatereditextdaycycle.h
@@ -108,8 +108,8 @@ private:
void onCommitName(class LLLineEditor* caller, void* user_data);
void onTrackSelectionCallback(const LLSD& user_data);
void onPlayActionCallback(const LLSD& user_data);
- // time slider moved
- void onTimeSliderMoved();
+ // time slider clicked
+ void onTimeSliderCallback();
// a frame moved or frame selection changed
void onFrameSliderCallback(const LLSD &);
void onFrameSliderDoubleClick(S32 x, S32 y, MASK mask);