diff --git a/source/Ox.UI/js/Video/ClipPanel.js b/source/Ox.UI/js/Video/ClipPanel.js index 32a7f07b..96fd3900 100644 --- a/source/Ox.UI/js/Video/ClipPanel.js +++ b/source/Ox.UI/js/Video/ClipPanel.js @@ -39,6 +39,11 @@ Ox.ClipPanel = function(options, self) { sortable: isSortable(), }); } + }) + .bindEvent({ + resize: function() { + self.$list.size(); + } }); self.$menubar = Ox.Bar({