From 639847da072528cde8c4b668805881a45bf56b20 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 6 Jun 2012 16:31:44 +0200 Subject: [PATCH] don't set timeline state twice --- 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 ec4431d6..61341e15 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(); } }); - setTimelineState(); setPoint('in', points['in']); setPoint('out', points.out); }