Add mechanism to finish stage and move to next best action
This commit is contained in:
parent
c5edf5c761
commit
2c13c1d4b4
2 changed files with 18 additions and 1 deletions
|
|
@ -113,7 +113,10 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
doneButton.Click += (s, e) =>
|
||||
{
|
||||
this.DialogWindow.CloseOnIdle();
|
||||
if (this.DialogWindow is StagedSetupWizard setupWindow)
|
||||
{
|
||||
setupWindow.FinishWizard();
|
||||
}
|
||||
};
|
||||
|
||||
this.AddPageAction(doneButton);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue