--- a/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs Wed Oct 14 14:29:23 2009 +0200
+++ b/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs Wed Oct 14 13:44:25 2009 +0200
@@ -364,7 +364,7 @@
DataContext = findSource.DataContext
}
};
-
+
// We apply the current scale to the dragged annotation
((TimelineAnnotationView)cursorVisual.Content).RenderTransform = this.RenderTransform;
@@ -404,7 +404,7 @@
private void onDragCanceled(Object sender, SurfaceDragDropEventArgs e)
{
- //Console.WriteLine("onDragCanceled = " + sender + ", ((ContentControl)e.Cursor.Visual).Content = " + ((ContentControl)e.Cursor.Visual).Content);
+ Console.WriteLine("onDragCanceled = " + sender + ", ((ContentControl)e.Cursor.Visual).Content = " + ((ContentControl)e.Cursor.Visual).Content);
// We check if the annotation is well one of the current annotations
if (CuttingVM != null)
{
@@ -416,7 +416,7 @@
private void confirmCancelPopup_ConfirmYesOrNo(object sender, ConfirmEventArgs e)
{
- //Console.WriteLine("Confirm = " + e.Confirmed);
+ //Consolenfirm = " + e.Confirmed);
// We check if the annotation is well one of the current annotations
if (CuttingVM != null && canceledAnnotationVM != null && e.Confirmed == true)
{