in annotation folder, re-calculate edit points after adding annotation (fixes #472)

This commit is contained in:
rlx 2012-02-15 22:31:37 +00:00
parent 6f3a4d1386
commit e819ff05df

View file

@ -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;