diff --git a/core.js b/core.js index aed9678..46e8e9f 100644 --- a/core.js +++ b/core.js @@ -1043,6 +1043,9 @@ function ds5_finetune_update(name, plx, ply) { ctx.moveTo(hb, yb); ctx.lineTo(hb+plx*sz, yb+ply*sz); ctx.stroke(); + + $("#"+ name + "x-lbl").text(float_to_str(plx)); + $("#"+ name + "y-lbl").text(float_to_str(ply)); } function finetune_close() { diff --git a/index.html b/index.html index 7d75461..c51df2b 100644 --- a/index.html +++ b/index.html @@ -286,6 +286,21 @@ dl.row dd { font-family: monospace; }
+ +