Invalidate when thumbnails change
- Fixes delay as thumbnails are generated
This commit is contained in:
parent
89f3d26835
commit
223db022a8
1 changed files with 2 additions and 0 deletions
|
|
@ -184,6 +184,8 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
//var iconWithOverlay = ActiveContainer.DrawOverlay()
|
||||
|
||||
this.imageWidget.Image = thumbnail;
|
||||
|
||||
this.Invalidate();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue