Suppress conditional close in XYCalibrationWizard cancel
- Issue MatterHackers/MCCentral#5493 Unexpected abort dialog after calibration print cancel
This commit is contained in:
parent
ca7eb6f8ce
commit
13ff7dd017
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ namespace MatterHackers.MatterControl
|
|||
this.ReturnToCalibrationWizard();
|
||||
|
||||
// Exit the calibration and return to wizard home page
|
||||
this.DialogWindow.ClosePage();
|
||||
this.DialogWindow.ClosePage(allowAbort: false);
|
||||
}
|
||||
|
||||
private void UnregisterPrinterEvents()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue