pass showLayers from panels to folder
This commit is contained in:
parent
69cd6ceed8
commit
f302db9490
4 changed files with 23 additions and 0 deletions
|
|
@ -131,6 +131,11 @@ Ox.VideoAnnotationPanel = function(options, self) {
|
|||
showAnnotations: function() {
|
||||
self.$mainPanel.toggleElement(1);
|
||||
},
|
||||
showLayers: function() {
|
||||
self.$annotationPanel.options({
|
||||
showLayers: Ox.clone(self.options.showLayers)
|
||||
});
|
||||
},
|
||||
timeline: function() {
|
||||
self.$menuButton.checkItem('timelines_' + self.options.timeline);
|
||||
updateTimelines();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue