Close parent Window not self
- Issue MatterHackers/MCCentral#3715 EEProm save button closes panel not parent window
This commit is contained in:
parent
37b1a8bba1
commit
d9bdb4b533
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ namespace MatterHackers.MatterControl.EeProm
|
|||
{
|
||||
SaveSettingsToActive();
|
||||
currentEePromSettings.SaveToEeProm();
|
||||
Close();
|
||||
this.DialogWindow.Close();
|
||||
});
|
||||
};
|
||||
this.AddPageAction(buttonSave);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue