1
0
Fork 0
forked from 0x2620/oxjs

add status bar text to edit

This commit is contained in:
rlx 2013-07-14 18:58:31 +00:00
commit 99eddfb806
2 changed files with 22 additions and 4 deletions

View file

@ -168,6 +168,7 @@ Ox.VideoEditPanel = function(options, self) {
self.$timeline = getTimeline()
);
setPosition(self.$video.options('position'), true);
self.$clipPanel.options({duration: self.options.duration});
},
fullscreen: function(data) {
self.options.fullscreen = data.fullscreen;
@ -237,6 +238,7 @@ Ox.VideoEditPanel = function(options, self) {
self.$clipPanel = Ox.ClipPanel({
clips: Ox.clone(self.options.clips),
duration: self.options.duration,
editable: self.options.editable,
'in': self.options['in'],
out: self.options.out,