Sketcher: Fix undo of external creation not working.

This commit is contained in:
PaddleStroke
2024-07-03 18:12:30 +02:00
committed by Chris Hennes
parent 6ecb384fa7
commit b82ecb815f

View File

@@ -8891,6 +8891,7 @@ void SketchObject::onChanged(const App::Property* prop)
if (ExternalGeometry.getSize() == 0) {
delConstraintsToExternal();
}
rebuildExternalGeometry();
}
}