Working on save prompting.

Adding more paths to computer in addition to downloads
Removing dead code.
This commit is contained in:
Lars Brubaker 2022-01-28 17:41:23 -08:00
parent 7e2c3cc8b9
commit d0dcb3af05
19 changed files with 173 additions and 1033 deletions

View file

@ -141,7 +141,9 @@ namespace MatterHackers.MatterControl.Library
public ILibraryContainer RootLibaryContainer { get; }
public ImageBuffer EnsureCorrectThumbnailSizing(ImageBuffer originalThumbnail, int thumbWidth, int thumbHeight, Action<ImageBuffer> resizedImage)
public ComputerCollectionContainer ComputerCollectionContainer { get; internal set; }
public ImageBuffer EnsureCorrectThumbnailSizing(ImageBuffer originalThumbnail, int thumbWidth, int thumbHeight, Action<ImageBuffer> resizedImage)
{
var processingImage = originalThumbnail;
// Resize canvas to target as fallback