--- 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()