diff -r 8262d9756231 -r 1e87bcfec117 src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs --- a/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs Thu Sep 24 17:48:07 2009 +0200 +++ b/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs Thu Sep 24 18:09:01 2009 +0200 @@ -196,7 +196,7 @@ cutvm.AnnotList.Add(new AnnotationViewModel(new Annotation(180 + (numAnnot - 6) * 20 - ((numAnnot - 1) * annotWidth), 10, numAnnot.ToString()))); tv.DataContext = null; tv.DataContext = cutvm; - numAnnot++; + numAnnot++; } }