src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs
changeset 115 1e87bcfec117
parent 99 5a49507c8159
child 124 14b058fc64fc
--- 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++; 
         }
 
 	}