Convert KeepOpen to property, revise popup close logic
This commit is contained in:
parent
c0b638e2e7
commit
22c0125b42
12 changed files with 56 additions and 60 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue