fix #2536 (can't set timeline in item timeline view via main menu)
This commit is contained in:
parent
38c8dfae9f
commit
ebc66bd68b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Ox.VideoTimelinePlayer = function(options, self) {
|
||||||
},
|
},
|
||||||
position: setPosition,
|
position: setPosition,
|
||||||
timeline: function() {
|
timeline: function() {
|
||||||
self.$menuButton.checkItem(self.options.timeline);
|
self.$menuButton.checkItem('timelines_' + self.options.timeline);
|
||||||
updateTimeline();
|
updateTimeline();
|
||||||
},
|
},
|
||||||
width: setWidth
|
width: setWidth
|
||||||
|
|
Loading…
Reference in a new issue