Index: sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml =================================================================== diff -u -r7045fd6002bdeb28e23a7af6a708a852d522ad12 -r17f0906011de9c97c0950c1ba0ea627a1411bc2e --- sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml (.../TreatmentUltrafiltration.qml) (revision 7045fd6002bdeb28e23a7af6a708a852d522ad12) +++ sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml (.../TreatmentUltrafiltration.qml) (revision 17f0906011de9c97c0950c1ba0ea627a1411bc2e) @@ -47,10 +47,11 @@ height : Variables.progressbarHeight minimum : 0 // seems should always be 0 valueEx : 0 - onClicked: { - _root.clicked() - } + onClicked : _root.clicked() + onProgressClicked : _root.clicked() + onExtraClicked : _root.clicked() + // TEST : it has to be bound to MeasUFVol to get the actual values from pumps // but since we have none in testing code bound to the refUFVal which // is the calculated/expected volume.