diff options
author | Kruti Shah | 2012-07-18 12:23:54 -0700 |
---|---|---|
committer | Kruti Shah | 2012-07-18 12:23:54 -0700 |
commit | 0b899ad6cec5e4626dfa32230be7c04d22d4f820 (patch) | |
tree | 95cb00b81a9f8e2a4ca10fc11614648a6891f3e9 /js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html | |
parent | 0e18e829e4cb81fec9230db6f23c64fd10851a74 (diff) | |
download | ninja-0b899ad6cec5e4626dfa32230be7c04d22d4f820.tar.gz |
The zoom slider position remembered between multi doc switch
Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html index c287e68e..593b4ea1 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html | |||
@@ -63,7 +63,8 @@ POSSIBILITY OF SUCH DAMAGE. | |||
63 | "tl_configbutton" : {"#" : "tl-configbutton"}, | 63 | "tl_configbutton" : {"#" : "tl-configbutton"}, |
64 | "checkable_lock" : {"#" : "checkable_lock"}, | 64 | "checkable_lock" : {"#" : "checkable_lock"}, |
65 | "checkable_visible":{"#" : "checkable_visible"}, | 65 | "checkable_visible":{"#" : "checkable_visible"}, |
66 | "play_button" : {"#" : "play_button"} | 66 | "play_button" : {"#" : "play_button"}, |
67 | "zoom_slider" : {"@" : "timelineZoomSlider"} | ||
67 | } | 68 | } |
68 | }, | 69 | }, |
69 | 70 | ||