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