support updating VideoEditPanel clipSize
This commit is contained in:
parent
c7bf33fdfe
commit
cd3ec3b78b
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ Ox.VideoEditPanel = function(options, self) {
|
||||||
sort: Ox.clone(self.options.sort)
|
sort: Ox.clone(self.options.sort)
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
clipSize: function() {
|
||||||
|
self.$mainPanel.resizeElement(1, self.options.clipSize);
|
||||||
|
resizeClips({size: self.options.clipSize});
|
||||||
|
},
|
||||||
duration: function() {
|
duration: function() {
|
||||||
self.$timeline && self.$timeline.replaceWith(
|
self.$timeline && self.$timeline.replaceWith(
|
||||||
self.$timeline = getTimeline()
|
self.$timeline = getTimeline()
|
||||||
|
|
Loading…
Add table
Reference in a new issue