# HG changeset patch # User cavaliet # Date 1257338190 -3600 # Node ID 9b62e08d6167587372806fbef6a6265a78d886c8 # Parent 08d773b6ea304581e6ccf2698e82981400db5e71 debug after merge diff -r 08d773b6ea30 -r 9b62e08d6167 src/FingersDance.Control.Menu/UserControlMenu.xaml.cs --- 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;