Update tours to operate on lists of tour items

This commit is contained in:
John Lewin 2018-12-30 10:04:25 -08:00
parent bf33611d3c
commit d55c54f18e
6 changed files with 59 additions and 102 deletions

View file

@ -84,7 +84,6 @@ namespace MatterHackers.MatterControl
nextButton.Click += (s, e) =>
{
this.DialogWindow.CloseOnIdle();
UiThread.RunOnIdle(ProductTour.StartTour);
};