mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
Merge f2d64d86ae into 08953644b2
This commit is contained in:
commit
f9a0da8793
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue