PD: Correct is-datum-in-body check

(cherry picked from commit 5ba7f207ab)
This commit is contained in:
Chris Hennes
2025-12-15 21:23:10 +01:00
committed by Max Wilfinger
parent 0e490cae46
commit d03d8589f3
+1 -1
View File
@@ -436,7 +436,7 @@ public:
}
else {
if ((geoGroup && geoGroup->hasObject(plane, true))
|| !App::GeoFeatureGroupExtension::getGroupOfObject(plane)) {
|| App::GeoFeatureGroupExtension::getGroupOfObject(plane)) {
status.push_back(PartDesignGui::TaskFeaturePick::otherPart);
}
else {