Eliminate base override abortCancel
This commit is contained in:
parent
4f776abc41
commit
a7a53c6712
1 changed files with 0 additions and 3 deletions
|
|
@ -41,10 +41,7 @@ namespace MatterHackers.MatterControl.PrinterControls
|
|||
protected override void OnCancel(out bool abortCancel)
|
||||
{
|
||||
this.DialogWindow.CloseOnIdle();
|
||||
|
||||
abortCancel = true;
|
||||
|
||||
base.OnCancel(out abortCancel);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue