diff options
author | Kruti Shah | 2012-07-16 16:27:58 -0700 |
---|---|---|
committer | Kruti Shah | 2012-07-16 16:27:58 -0700 |
commit | cdcc677c827b65e3c689d4207c0117f94e4d6d57 (patch) | |
tree | b5bdfe71a60840a351bafff699ba819e40525a23 /js/panels/Timeline/TimelineTrack.reel | |
parent | ec15c5ed111f8d2608941c2ce86fb4b6f68117a0 (diff) | |
download | ninja-cdcc677c827b65e3c689d4207c0117f94e4d6d57.tar.gz |
Styling of Zoom Slider + Grid Cut off limit taken care of + Hot text Bug (left,top,width,height) changing it now changes the element on stage
Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel')
-rw-r--r-- | js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js index c9516d1f..ea37fe6b 100644 --- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js +++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js | |||
@@ -627,8 +627,12 @@ var TimelineTrack = exports.TimelineTrack = Montage.create(Component, { | |||
627 | myObj.spanPosition = clickPos - (clickPos - prevKeyFramePosition); | 627 | myObj.spanPosition = clickPos - (clickPos - prevKeyFramePosition); |
628 | 628 | ||
629 | this.tweens[i].tweenData = myObj; | 629 | this.tweens[i].tweenData = myObj; |
630 | |||
631 | |||
630 | } | 632 | } |
631 | } | 633 | } |
634 | this.application.ninja.timeline.zoomTrackContainerWidthChange(); | ||
635 | |||
632 | } | 636 | } |
633 | }, | 637 | }, |
634 | 638 | ||