Fix naming error
This commit is contained in:
parent
d035c58d10
commit
edba8b333f
2 changed files with 7 additions and 7 deletions
|
|
@ -59,7 +59,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
};
|
||||
loadFilamentButton.Click += (s, e) =>
|
||||
{
|
||||
wizardPage.ShowNextPage(this.DialogWindow);
|
||||
setupWizard.ShowNextPage(this.DialogWindow);
|
||||
};
|
||||
|
||||
this.AddPageAction(loadFilamentButton);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue