Remove ThumbnailKey
This commit is contained in:
parent
7b586c8561
commit
5760ac0166
9 changed files with 0 additions and 18 deletions
|
|
@ -121,10 +121,6 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
|
||||
string thumbnailId = libraryItem.ID;
|
||||
if (libraryItem is IThumbnail thumbnailKey)
|
||||
{
|
||||
thumbnailId = thumbnailKey.ThumbnailKey;
|
||||
}
|
||||
|
||||
var thumbnail = GetThumbnail(object3D, thumbnailId, width, height, false);
|
||||
imageCallback?.Invoke(thumbnail, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue