Sketcher: support arcs in the polyline tool (jonasthomas)

This commit is contained in:
logari81
2012-07-02 00:13:34 +02:00
parent 78bb43ccc9
commit 9fa5e5c670
3 changed files with 199 additions and 37 deletions

View File

@@ -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