forked from 0x2620/oxjs
pass showLayers from panels to folder
This commit is contained in:
parent
69cd6ceed8
commit
f302db9490
4 changed files with 23 additions and 0 deletions
|
|
@ -95,6 +95,11 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
showClips: function() {
|
||||
self.$mainPanel.toggle(1);
|
||||
},
|
||||
showLayers: function() {
|
||||
self.$clipPanel.options({
|
||||
showLayers: self.options.showLayers
|
||||
});
|
||||
},
|
||||
showTimeline: function() {
|
||||
self.$videoPanel.toggle(2);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue