Index: sources/gui/qml/dialogs/UfVolumeAdjustment.qml =================================================================== diff -u -r1132f049e169cc87a059261f72fca0ceb7d739f1 -r773b0b83e72af1bdc50c2643459cb0ef19c02ee6 --- sources/gui/qml/dialogs/UfVolumeAdjustment.qml (.../UfVolumeAdjustment.qml) (revision 1132f049e169cc87a059261f72fca0ceb7d739f1) +++ sources/gui/qml/dialogs/UfVolumeAdjustment.qml (.../UfVolumeAdjustment.qml) (revision 773b0b83e72af1bdc50c2643459cb0ef19c02ee6) @@ -56,10 +56,10 @@ defaultValue : vTreatmentRanges.weightDef decimal : Variables.weightPrecision value : vTreatmentCreate.ufPreWeight - - onDidChange : function(vValue) { + isActive : true + onDidChange : function(vValue) { if ( ! _preWeight.valid ) { vTreatmentCreate.ufPreWeightRejectionReason = Variables.noRejectReason } - value = valid + value = vValue } } @@ -76,8 +76,9 @@ defaultValue : vTreatmentRanges.weightDef decimal : Variables.weightPrecision value : vTreatmentCreate.ufEstimatedTargetWeight + isActive : true - onDidChange : function(vValue) { + onDidChange : function(vValue) { if ( ! _estimatedTargetWeight.valid ) { vTreatmentCreate.ufEstimatedTargetWeightRejectionReason = Variables.noRejectReason } value = vValue }