PD: Correct is-datum-in-body check
(cherry picked from commit 5ba7f207ab)
This commit is contained in:
committed by
Max Wilfinger
parent
0e490cae46
commit
d03d8589f3
@@ -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