Sketcher: support arcs in the polyline tool (jonasthomas)
This commit is contained in:
@@ -281,6 +281,11 @@ bool ViewProviderSketch::keyPressed(bool pressed, int key)
|
||||
}
|
||||
return false;
|
||||
}
|
||||
default:
|
||||
{
|
||||
if (edit && edit->sketchHandler)
|
||||
edit->sketchHandler->registerPressedKey(pressed,key);
|
||||
}
|
||||
}
|
||||
|
||||
return true; // handle all other key events
|
||||
|
||||
Reference in New Issue
Block a user