show clones, fixes #567
This commit is contained in:
parent
e4b60c83c2
commit
7019a7994b
2 changed files with 2 additions and 2 deletions
|
@ -607,7 +607,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
range: self.options.annotationsRange,
|
||||
selected: self.options.selected,
|
||||
showCalendar: self.options.showAnnotationsCalendar,
|
||||
showLayers: self.options.showLayers,
|
||||
showLayers: Ox.clone(self.options.showLayers),
|
||||
showMap: self.options.showAnnotationsMap,
|
||||
showUsers: self.options.showUsers,
|
||||
sort: self.options.annotationsSort,
|
||||
|
|
|
@ -204,7 +204,7 @@ Ox.VideoPanel = function(options, self) {
|
|||
selected: self.options.selected,
|
||||
showCalendar: self.options.showAnnotationsCalendar,
|
||||
showFonts: true,
|
||||
showLayers: self.options.showLayers,
|
||||
showLayers: Ox.clone(self.options.showLayers),
|
||||
showMap: self.options.showAnnotationsMap,
|
||||
showUsers: self.options.showUsers,
|
||||
sort: self.options.annotationsSort,
|
||||
|
|
Loading…
Reference in a new issue