Made the GetPrintItemWrapperAsync take an optional ReportProgressRatio.
Made it possible to show the wrapper loading progress. Made the ray trace images more white.
This commit is contained in:
parent
f0e59e1a9c
commit
d4b471842b
8 changed files with 26 additions and 7 deletions
|
|
@ -306,7 +306,7 @@ namespace MatterHackers.MatterControl.PrintLibrary.Provider
|
|||
return childCollections[collectionIndex];
|
||||
}
|
||||
|
||||
public async override Task<PrintItemWrapper> GetPrintItemWrapperAsync(int index)
|
||||
public async override Task<PrintItemWrapper> GetPrintItemWrapperAsync(int index, ReportProgressRatio reportProgress = null)
|
||||
{
|
||||
if (index >= 0 && index < printItems.Count)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue