support updating VideoEditPanel clipSize

This commit is contained in:
j 2015-03-24 19:08:10 +05:30
parent c7bf33fdfe
commit cd3ec3b78b

View file

@ -63,6 +63,10 @@ Ox.VideoEditPanel = function(options, self) {
sort: Ox.clone(self.options.sort)
});
},
clipSize: function() {
self.$mainPanel.resizeElement(1, self.options.clipSize);
resizeClips({size: self.options.clipSize});
},
duration: function() {
self.$timeline && self.$timeline.replaceWith(
self.$timeline = getTimeline()