Working on save prompting.
Adding more paths to computer in addition to downloads Removing dead code.
This commit is contained in:
parent
7e2c3cc8b9
commit
d0dcb3af05
19 changed files with 173 additions and 1033 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue