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:
parent
49d3c567d2
commit
b0c505e761
5 changed files with 32 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue