fix(velcurve-ui): caption overlap, add-in-ring data corruption, drag-off warn affordance

This commit is contained in:
2026-07-27 16:05:05 -04:00
parent 0e8b1b72cf
commit d982d14760
2 changed files with 35 additions and 8 deletions
+2
View File
@@ -392,6 +392,8 @@ private:
DragKind drag_ = DragKind::kNone;
int dragStartX_ = 0; // grab x (px), for the pixel-delta resolver
int dragStartY_ = 0; // grab y (px), for the vertical scrollbar-thumb drag
int dragCurX_ = 0; // live cursor x (px) during a drag — updated in onMouseMove
int dragCurY_ = 0; // live cursor y (px) during a drag — updated in onMouseMove
int dragStartLow_ = 0; // the grabbed field's note at grab time
int dragStartHigh_ = 0;
int dragStartRoot_ = 60;