update inner width, trigger clipSize not size

This commit is contained in:
j 2017-04-17 18:15:05 +02:00
commit 26ebd90483
2 changed files with 6 additions and 1 deletions

View file

@ -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) {