--- a/src/FingersDance.Control.Menu/UserControlMenu.xaml.cs Wed Nov 04 13:24:18 2009 +0100
+++ b/src/FingersDance.Control.Menu/UserControlMenu.xaml.cs Wed Nov 04 13:36:30 2009 +0100
@@ -107,7 +107,7 @@
// Its content...
Grid o = (Grid)userPanel.Content;
// and the UserControlSyncSource within the grid...
- UserControlSyncSource syncSrc = (UserControlSyncSource)((Grid)o.Children[0]).Children[0];
+ UserControlSyncSource syncSrc = (UserControlSyncSource)((Grid)o.Children[1]).Children[0];
// and finally the timeline
UserControlTimeLine tl = syncSrc.userControlTimeLine;