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

@ -213,10 +213,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
{
}
public bool KeepMenuOpen()
{
return false;
}
public bool KeepMenuOpen => false;
}
}
}