Sketcher: [skip ci] remove AutoTransaction from ViewProviderSketch::mouseButtonPressed because it breaks the open/commit transaction logic

This commit is contained in:
wmayer
2020-10-22 19:32:10 +02:00
parent a2a1f04f23
commit 0001cb0fb4

View File

@@ -616,7 +616,6 @@ bool ViewProviderSketch::mouseButtonPressed(int Button, bool pressed, const SbVe
const Gui::View3DInventorViewer *viewer)
{
assert(edit);
App::AutoTransaction committer;
// Calculate 3d point to the mouse position
SbLine line;