Have popup sub menus working well
This commit is contained in:
parent
9b4ee04b77
commit
06cfe5a227
14 changed files with 107 additions and 71 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue