From e819ff05dfca384cf24881afa947df87581d5ac3 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Wed, 15 Feb 2012 22:31:37 +0000 Subject: [PATCH] in annotation folder, re-calculate edit points after adding annotation (fixes #472) --- source/Ox.UI/js/Video/Ox.AnnotationFolder.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js index cb0aff84..f6ad5e80 100644 --- a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js +++ b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js @@ -582,6 +582,7 @@ Ox.AnnotationFolder = function(options, self) { .options({selected: item.id}) .editItem(); showWarnings(); + self.points = getPoints(); //selectAnnotation(item); //that.triggerEvent('edit'); return that;