Sketcher: Fix undo of external creation not working.

This commit is contained in:
PaddleStroke
2024-07-12 09:41:55 -05:00
committed by Chris Hennes
parent ac2b65c37b
commit 9868533d8d
+1
View File
@@ -8891,6 +8891,7 @@ void SketchObject::onChanged(const App::Property* prop)
if (ExternalGeometry.getSize() == 0) {
delConstraintsToExternal();
}
rebuildExternalGeometry();
}
}