Call container.SetThumbnail after meshContentProvider thumnbail gen
- Issue MatterHackers/MCCentral#4502 MCWS not updated after local thumbnail regeneration
This commit is contained in:
parent
47e6ca535e
commit
9472a8ebc3
1 changed files with 5 additions and 0 deletions
|
|
@ -129,6 +129,11 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
else
|
||||
{
|
||||
this.SetSizedThumbnail(thumbnail);
|
||||
|
||||
if (listViewItem.Container is ILibraryWritableContainer writableContainer)
|
||||
{
|
||||
writableContainer.SetThumbnail(listViewItem.Model, thumbWidth, thumbHeight, thumbnail);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue