Making the progress registration per item and more flexable.

This commit is contained in:
larsbrubaker 2015-08-07 09:56:49 -07:00
parent a378551c69
commit bc1f45f8b8
8 changed files with 40 additions and 11 deletions

View file

@ -212,7 +212,7 @@ namespace MatterHackers.MatterControl.PrintLibrary.Provider
return Path.GetFileName(currentDirectoryFiles[itemIndex]);
}
public async override Task<PrintItemWrapper> GetPrintItemWrapperAsync(int itemIndex, ReportProgressRatio reportProgress = null)
public async override Task<PrintItemWrapper> GetPrintItemWrapperAsync(int itemIndex)
{
string fileName = currentDirectoryFiles[itemIndex];