From 73551a469d09d9cd8cced7a1e992e62f0b62de1f Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Wed, 6 Jun 2012 14:25:44 +0000 Subject: [PATCH] fix #821: select cut correctly when an annotation is selected --- source/Ox.UI/js/Video/VideoEditor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Ox.UI/js/Video/VideoEditor.js b/source/Ox.UI/js/Video/VideoEditor.js index 0c89255f..ec4431d6 100644 --- a/source/Ox.UI/js/Video/VideoEditor.js +++ b/source/Ox.UI/js/Video/VideoEditor.js @@ -1140,7 +1140,6 @@ Ox.VideoEditor = function(options, self) { Ox.Break(); } }); - self.options.selected = ''; setTimelineState(); setPoint('in', points['in']); setPoint('out', points.out);