Evaluate using scaled folder icons
- Issue MatterHackers/MCCentral#3154
This commit is contained in:
parent
42f185c353
commit
0fef0fa266
12 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ namespace MatterHackers.MatterControl.Library
|
|||
|
||||
public DynamicContainerLink(Func<string> nameResolver, ImageBuffer thumbnail, Func<ILibraryContainer> creator = null, Func<bool> visibilityResolver = null)
|
||||
{
|
||||
this.thumbnail = thumbnail;
|
||||
this.thumbnail = thumbnail.SetPreMultiply();
|
||||
this.nameResolver = nameResolver;
|
||||
this.containerCreator = creator;
|
||||
this.visibilityResolver = visibilityResolver ?? (() => true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue