From cd3ec3b78b9c9dc0b684d75f6b4e4b0560693a26 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 24 Mar 2015 19:08:10 +0530 Subject: [PATCH] support updating VideoEditPanel clipSize --- source/UI/js/Video/VideoEditPanel.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/UI/js/Video/VideoEditPanel.js b/source/UI/js/Video/VideoEditPanel.js index 0a30ae06..10ae9d50 100644 --- a/source/UI/js/Video/VideoEditPanel.js +++ b/source/UI/js/Video/VideoEditPanel.js @@ -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()