Was accidentally writing object to number input. Was failing. Now writing the STATE.exposure integer and then changing the scale.

This commit is contained in:
mmcw-dev 2017-10-23 01:13:31 -04:00
parent 1689fb510f
commit 4e819c84f9
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"
$('#str').text(exposure.str);
scale = scaleAuto(STATE.exposure);
STATE.scale = scale;
$('#exposure').val(exposure);
$('#exposure').val(STATE.exposure);
$('#scale').val(scale);
$('#delay').val(res.frame.delay);