update inner width, trigger clipSize not size
This commit is contained in:
parent
c0bfe480ad
commit
26ebd90483
2 changed files with 6 additions and 1 deletions
|
@ -75,6 +75,11 @@ Ox.ClipPanel = function(options, self) {
|
|||
view: function() {
|
||||
updateView();
|
||||
self.$menu.checkItem(self.options.view);
|
||||
},
|
||||
width: function() {
|
||||
self.$list.options({
|
||||
width: self.options.width
|
||||
});
|
||||
}
|
||||
})
|
||||
.bindEvent({
|
||||
|
|
|
@ -604,7 +604,7 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
}
|
||||
|
||||
function resizeendClips(data) {
|
||||
that.triggerEvent('size', data.size);
|
||||
that.triggerEvent('clipSize', data);
|
||||
}
|
||||
|
||||
function setPoint(point, position, triggerEvent) {
|
||||
|
|
Loading…
Reference in a new issue