Consolidate thumbnails behavior into new Thumbnails class

This commit is contained in:
John Lewin 2018-06-21 10:50:40 -07:00
parent b98bb39136
commit 6dea15a6d7
2 changed files with 3 additions and 71 deletions

View file

@ -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())