PD: Correct is-datum-in-body check
This commit is contained in:
committed by
Kacper Donat
parent
15bb0ee896
commit
5ba7f207ab
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user