Convert KeepOpen to property, revise popup close logic

This commit is contained in:
John Lewin 2018-10-11 15:04:03 -07:00
parent c0b638e2e7
commit 22c0125b42
12 changed files with 56 additions and 60 deletions

View file

@ -104,10 +104,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
this.AddSettingsRow(aboutMatterControl);
}
public bool KeepMenuOpen()
{
return false;
}
public bool KeepMenuOpen => false;
private void AddMenuItem(string title, Action callback, string widgetName = null)
{