Improve stroke weighs and balancing, add missing SetPreMultiply()
This commit is contained in:
parent
68b481eb35
commit
8d9db18d69
14 changed files with 4 additions and 4 deletions
|
|
@ -52,7 +52,7 @@ namespace MatterHackers.MatterControl.Library
|
|||
{
|
||||
if (item is LocalZipContainerLink)
|
||||
{
|
||||
return Task.FromResult(AggContext.StaticData.LoadIcon(Path.Combine("FileDialog", "folder_zip.png")).AlphaToPrimaryAccent());
|
||||
return Task.FromResult(AggContext.StaticData.LoadIcon(Path.Combine("FileDialog", "folder_zip.png")).AlphaToPrimaryAccent().SetPreMultiply());
|
||||
}
|
||||
|
||||
return Task.FromResult<ImageBuffer>(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue