Sketcher: bspline: fix ESC exit tool

This commit is contained in:
Paddle
2024-01-17 10:27:17 +01:00
committed by Adrián Insaurralde Avalos
parent 80c2942c22
commit 919d8c9392

View File

@@ -331,6 +331,9 @@ public:
}
// TODO: On pressing, say, W, modify last pole's weight
// TODO: On pressing, say, M, modify next knot's multiplicity
else {
DrawSketchHandler::registerPressedKey(pressed, key);
}
return;
}