sketcher: fix issue #13852 resolve issue with state not updating constraint text

This commit is contained in:
chris
2025-11-19 17:32:11 -06:00
committed by Kacper Donat
parent ebbddc97e2
commit d806b4e5f3

View File

@@ -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();