Index: sources/gui/qml/main.qml =================================================================== diff -u -r7c86f3854db9ad02d95681203198d75a0d65c9fa -r9c86f0af32fb7a2530ab738b03d9a37359b9db8c --- sources/gui/qml/main.qml (.../main.qml) (revision 7c86f3854db9ad02d95681203198d75a0d65c9fa) +++ sources/gui/qml/main.qml (.../main.qml) (revision 9c86f0af32fb7a2530ab738b03d9a37359b9db8c) @@ -156,7 +156,7 @@ VTreatmentBloodFlow { id: vTreatmentBloodFlow } VTreatmentVitals { id: vTreatmentVitals interval : vTreatmentCreate.bloodPressureMeasureInterval - enableDialog: vHDOperationMode.inTreatment && vHDTreatmentStates.txDialysis + enableDialog: vHDOperationMode.inTreatment && (vHDTreatmentStates.txDialysis || vHDTreatmentStates.txStop) // txStop considered for "pause" case // As long as UI is in In-Tx BP/HR is updated and the dialog will pop up on interval. onEnableDialogChanged : { if ( vTreatmentVitals.enableDialog ) {