Convert EditMacrosWindow to WizardPage
This commit is contained in:
parent
ba60969e85
commit
5b100e8073
4 changed files with 137 additions and 317 deletions
|
|
@ -60,7 +60,7 @@ namespace MatterHackers.MatterControl.PrinterControls
|
|||
Button editButton = buttonFactory.GenerateIconButton(AggContext.StaticData.LoadIcon("icon_edit.png", 16, 16, IconColor.Theme));
|
||||
editButton.Click += (s, e) =>
|
||||
{
|
||||
EditMacrosWindow.Show();
|
||||
WizardWindow.Show(new MacroListPage(printer.Settings));
|
||||
};
|
||||
|
||||
this.AddChild(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue