debug after merge
authorcavaliet
Wed, 04 Nov 2009 13:36:30 +0100
changeset 185 9b62e08d6167
parent 184 08d773b6ea30
child 186 83615722dbab
debug after merge
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;