Have popup sub menus working well

This commit is contained in:
Lars Brubaker 2018-09-11 10:57:53 -07:00
parent 9b4ee04b77
commit 06cfe5a227
14 changed files with 107 additions and 71 deletions

View file

@ -342,6 +342,11 @@ namespace MatterHackers.MatterControl.ConfigurationPage
this.AddSettingsRow(aboutMatterControl);
}
public bool KeepMenuOpen()
{
return false;
}
private void AddMenuItem(string title, Action callback)
{
var newItem = new SettingsItem(title, theme);