Revert back to non-colorized part thumbnails
This commit is contained in:
parent
0cd2ffd093
commit
374c35fcb0
3 changed files with 5 additions and 6 deletions
|
|
@ -164,12 +164,12 @@ namespace MatterHackers.MatterControl
|
|||
string cachePath = ApplicationController.Instance.CachePath(item);
|
||||
ImageIO.SaveImageData(cachePath, thumbnail);
|
||||
|
||||
imageCallback(thumbnail.MultiplyWithPrimaryAccent());
|
||||
imageCallback(thumbnail);
|
||||
}
|
||||
else
|
||||
{
|
||||
// If thumbnail generation was aborted or failed, return the default icon for this content type
|
||||
imageCallback(DefaultImage.MultiplyWithPrimaryAccent());
|
||||
imageCallback(DefaultImage);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue