diff -r 1f37ef03ebee -r 192da585bee5 src/FingersDance.Views/TimelineView.xaml.cs --- a/src/FingersDance.Views/TimelineView.xaml.cs Mon Oct 05 15:56:27 2009 +0200 +++ b/src/FingersDance.Views/TimelineView.xaml.cs Mon Oct 05 18:23:10 2009 +0200 @@ -57,8 +57,8 @@ } }; - // TO DO : apply the good scale to the TAV because the dragged one has scale at 1. - + // We apply the current scale to the dragged annotation + ((TimelineAnnotationView)cursorVisual.Content).RenderTransform = this.RenderTransform; // Add a handler. This will enable the application to change the visual cues. //SurfaceDragDrop.AddTargetChangedHandler(cursorVisual, OnTargetChanged); @@ -95,6 +95,5 @@ } - } }