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
|
|
@ -213,10 +213,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{
|
||||
}
|
||||
|
||||
public bool KeepMenuOpen()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
public bool KeepMenuOpen => false;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue