Made a setup leveling test work
This commit is contained in:
parent
45f2a0c576
commit
c3e57dcc3c
8 changed files with 95 additions and 40 deletions
|
|
@ -110,9 +110,11 @@ namespace MatterHackers.MatterControl
|
|||
backButton.Click += new EventHandler(back_Click);
|
||||
|
||||
nextButton = textImageButtonFactory.Generate(LocalizedString.Get("Next"), centerText: true);
|
||||
nextButton.Name = "Next Button";
|
||||
nextButton.Click += new EventHandler(next_Click);
|
||||
|
||||
doneButton = textImageButtonFactory.Generate(LocalizedString.Get("Done"), centerText: true);
|
||||
doneButton.Name = "Done Button";
|
||||
doneButton.Click += done_Click;
|
||||
|
||||
cancelButton = textImageButtonFactory.Generate("Cancel".Localize(), centerText: true);
|
||||
|
|
@ -144,6 +146,7 @@ namespace MatterHackers.MatterControl
|
|||
if (topSystemWindow != null)
|
||||
{
|
||||
topSystemWindow.CloseOnIdle();
|
||||
ApplicationController.Instance.ReloadAll(null, null);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue