fix #821: select cut correctly when an annotation is selected

This commit is contained in:
rlx 2012-06-06 14:25:44 +00:00
parent 57caa45bf8
commit 73551a469d

View file

@ -1140,7 +1140,6 @@ Ox.VideoEditor = function(options, self) {
Ox.Break();
}
});
self.options.selected = '';
setTimelineState();
setPoint('in', points['in']);
setPoint('out', points.out);