Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml =================================================================== diff -u -r5c5fa01738826261e0b3647db6b7b3fc26b04251 -r95c671ab7037af055db551456a719ff67bf10262 --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml (.../TreatmentAdjustmentFlow.qml) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml (.../TreatmentAdjustmentFlow.qml) (revision 95c671ab7037af055db551456a719ff67bf10262) @@ -50,8 +50,8 @@ } Connections { target: vTreatmentAdjustmentsResponse - onAdjustment_Flow_TriggeredChanged: { - if ( adjustment_Accepted ) { + onAdjustmentFlowTriggered: { + if ( vTreatmentAdjustmentsResponse.adjustment_Accepted ) { accept() } else { _bloodFlowSlider .value = vTreatmentAdjustmentsResponse. bloodFlow_FlowSetPoint;