Making the progress registration per item and more flexable.
This commit is contained in:
parent
a378551c69
commit
bc1f45f8b8
8 changed files with 40 additions and 11 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue