Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r32ca8b84563394e35720ec2da6e607d45a128f39 --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml (.../TreatmentAdjustmentFlow.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml (.../TreatmentAdjustmentFlow.qml) (revision 32ca8b84563394e35720ec2da6e607d45a128f39) @@ -50,8 +50,8 @@ // reset the flow values to the current flow values function currentFlows() { - _bloodFlowSlider.value = vTreatmentBloodFlow. bloodFlow_FlowSetPoint - _dialysateFlowSlider.value = vTreatmentDialysateFlow.dialysateFlow_FlowSetPoint + _bloodFlowSlider.value = vTreatmentBloodFlow. bloodFlow_PresFlow + _dialysateFlowSlider.value = vTreatmentDialysateFlow.dialysateFlow_PresFlow } // reset the flow values to the values of the adjustment response