Suppress conditional close in XYCalibrationWizard cancel

- Issue MatterHackers/MCCentral#5493
Unexpected abort dialog after calibration print cancel
This commit is contained in:
John Lewin 2019-05-14 22:59:11 -07:00
parent ca7eb6f8ce
commit 13ff7dd017

View file

@ -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()