fire toggleannotations event in video editor

This commit is contained in:
rlx 2011-08-17 15:20:17 +00:00
parent a103ef8f7d
commit 5e283c3759

View file

@ -970,6 +970,9 @@ Ox.VideoEditor = function(options, self) {
function toggleAnnotations(event, data) {
self.options.showAnnotations = !data.collapsed;
setSizes();
that.triggerEvent('toggleAnnotations', {
visible: self.options.showAnnotations
});
}
function toggleMuted() {