diff --git a/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp b/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp index 93c7f4218d..faa1c21330 100644 --- a/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp +++ b/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp @@ -3366,6 +3366,9 @@ bool ViewProviderSketch::setEdit(int ModNum) addNodeToRoot(gridnode); setGridEnabled(true); + // update the documents stored transform + getDocument()->setEditingTransform(plm.toMatrix()); + // create the container for the additional edit data assert(!isInEditMode()); preselection.reset();