1
0
Fork 0
forked from 0x2620/oxjs

video edit panel: allow for clip selection via keyboard shortcuts

This commit is contained in:
rlx 2013-07-18 13:56:50 +00:00
commit 196cb0f45f
2 changed files with 37 additions and 21 deletions

View file

@ -12,7 +12,7 @@ Ox.ClipPanel = function(options, self) {
'in': 0,
out: 0,
position: 0,
selected: '',
selected: [],
sort: [],
sortOptions: [],
view: 'list',
@ -32,6 +32,9 @@ Ox.ClipPanel = function(options, self) {
height: function() {
self.$list.size();
},
selected: function() {
self.$list.options({selected: self.options.selected});
},
sort: function() {
updateSortElement();
self.$list.options({