Sketcher_dimension : Fixes https://github.com/FreeCAD/FreeCAD/issues/11904
This commit is contained in:
@@ -1356,6 +1356,10 @@ public:
|
||||
}
|
||||
makeAppropriateConstraint(previousOnSketchPos);
|
||||
}
|
||||
else if (key == SoKeyboardEvent::Z && (QApplication::keyboardModifiers() & Qt::ControlModifier)) {
|
||||
// User trying to cancel with Ctrl-Z
|
||||
sketchgui->purgeHandler();
|
||||
}
|
||||
else {
|
||||
DrawSketchHandler::registerPressedKey(pressed, key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user