src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs
changeset 160 e940ca798fe3
parent 152 46577fd0a294
child 162 0b9f989bcb37
--- a/src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs	Fri Oct 16 09:02:04 2009 +0200
+++ b/src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs	Fri Oct 16 15:56:09 2009 +0200
@@ -29,12 +29,12 @@
 			// Insert code required on object creation below this point.
 		}
 
-        public UserControlUserPanel(int idPar, UInt32 intColor, Project p, string path)
+        public UserControlUserPanel(int idPar, Color col, Project p, string path)
         {
             this.InitializeComponent();
             id = idPar;
             _Project = p;
-            this.UserControlSyncSource.Load(path, intColor);
+            this.UserControlSyncSource.Load(path, col, _Project.Cutting);
         }
 
         public void PlayerPause()