Index: sources/gui/qml/pages/MainStack.qml =================================================================== diff -u -r2bb4b7e255c69e5b3a869f37bcbb37d7ad87870f -rbf894466a9c12a0bf0db190027256288f2c3f74d --- sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision 2bb4b7e255c69e5b3a869f37bcbb37d7ad87870f) +++ sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision bf894466a9c12a0bf0db190027256288f2c3f74d) @@ -153,7 +153,7 @@ function onHomeChanged ( vValue ) { page( _startupScreen , vValue )} function onStandbyChanged ( vValue ) { /* It depends on the subModes of the standBy. Handled by onHome. */ } function onStandbyStartChanged ( vValue ) { /* It depends on the subModes of the standBy. Handled by onHome. */ } - function onStandbyWaitTreatmentChanged ( vValue ) { /* It depends on the subModes of the standBy. Handled by onHome. */ } + function onStandbyWaitTreatmentChanged ( vValue ) { if ( vValue ) vDisinfectAdjustDisinfect.hasCancel = false } function onStandbyWaitDisinfectChanged ( vValue ) { page( _disinfectStack , vValue )} function onValidateParametersChanged ( vValue ) { _preTreatmentCreateStack.clear ( vValue ) // vValue == true if enterig the state ( clear only on entering).