This commit is contained in:
Christian Wendt 2026-05-09 21:25:13 +08:00 committed by GitHub
commit f9a0da8793
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ void BoundsPainter::LineOp(const Pointf& p, bool rel)
sw.Line(p, rel);
Bounds(current);
Bounds(p);
ccontrol = qcontrol = p;
qcontrol = ccontrol = current = p;
}
void QuadraticMinMax(double p1, double p2, double p3, double& l, double& h) {