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 ac2b65c37b
commit 9868533d8d

View File

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