Add indicator for confirm cancel, set after passing key markers

- Issue
MatterHackers/MCCentral#5487
Mechanism required to only show wizard cancel confirmation when appropriate
This commit is contained in:
jlewin 2019-05-09 11:17:22 -07:00
parent 49d3c567d2
commit b0c505e761
5 changed files with 32 additions and 20 deletions

View file

@ -74,6 +74,8 @@ namespace MatterHackers.MatterControl
public Vector2 WindowSize { get; protected set; }
public bool RequireCancelConfirmation { get; protected set; }
public virtual bool ClosePage()
{
return true;