diff --git a/EXE_MachMgr.cpp b/EXE_MachMgr.cpp index 84012d6..28c0fa7 100644 --- a/EXE_MachMgr.cpp +++ b/EXE_MachMgr.cpp @@ -2700,7 +2700,7 @@ ExeApplyAllMachiningsEx( bool bRecalc, bool bStopOnFirstErr, string& sErrList, s while ( nOperId != GDB_ID_NULL) { if ( pMachMgr->GetOperationType( nOperId) == OPER_DISP) { pMachMgr->SetCurrPhase( pMachMgr->GetOperationPhase( nOperId)) ; - if ( ! pMachMgr->DispositionSpecialApply( nOperId, bRecalc)) { + if ( ! pMachMgr->DispositionSpecialApply( nOperId, true)) { bOk = false ; if ( pMachMgr->GetLastErrorId() != 0) sErrList += pMachMgr->GetOperationName( nOperId) + " -> " + pMachMgr->GetLastErrorString() + "\r\n" ;