Consolidate thumbnails behavior into new Thumbnails class
This commit is contained in:
parent
b98bb39136
commit
6dea15a6d7
2 changed files with 3 additions and 71 deletions
|
|
@ -135,7 +135,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
return;
|
||||
}
|
||||
|
||||
ApplicationController.Instance.QueueForGeneration(async () =>
|
||||
ApplicationController.Instance.Thumbnails.QueueForGeneration(async () =>
|
||||
{
|
||||
// When dequeued for generation, ensure visible before raytracing. Off-screen widgets are dequeue and will reschedule if redrawn
|
||||
if (!this.ActuallyVisibleOnScreen())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue