Index: sources/gui/qml/compounds/BPHREntry.qml =================================================================== diff -u -r477c26a4e1dcbdf7ad0f29ae7a1df4738d4dcce2 -rb07595ece768d4093d78ca1ef068a993ff4f70a3 --- sources/gui/qml/compounds/BPHREntry.qml (.../BPHREntry.qml) (revision 477c26a4e1dcbdf7ad0f29ae7a1df4738d4dcce2) +++ sources/gui/qml/compounds/BPHREntry.qml (.../BPHREntry.qml) (revision b07595ece768d4093d78ca1ef068a993ff4f70a3) @@ -148,7 +148,7 @@ onDidChange : function(vValue) { if ( ! _bpMeasurementInterval.valid ) { vTreatmentCreate.bloodPressureMeasureIntervalRejectReason = Variables.noRejectReason } vTreatmentCreate.bloodPressureMeasureInterval = vValue - numPad.slideClose () + if ( numPad ) numPad.hide (true) } } }