Close parent Window not self

- Issue MatterHackers/MCCentral#3715
EEProm save button closes panel not parent window
This commit is contained in:
John Lewin 2018-06-22 08:07:51 -07:00
parent 37b1a8bba1
commit d9bdb4b533

View file

@ -162,7 +162,7 @@ namespace MatterHackers.MatterControl.EeProm
{
SaveSettingsToActive();
currentEePromSettings.SaveToEeProm();
Close();
this.DialogWindow.Close();
});
};
this.AddPageAction(buttonSave);