diff --git a/src/Mod/PartDesign/Gui/Command.cpp b/src/Mod/PartDesign/Gui/Command.cpp index 39ca708272..1893706711 100644 --- a/src/Mod/PartDesign/Gui/Command.cpp +++ b/src/Mod/PartDesign/Gui/Command.cpp @@ -728,11 +728,8 @@ void CmdPartDesignNewSketch::activated(int iMsg) if ( ( geoGroup && geoGroup->hasObject ( plane, true ) ) || !App::GeoFeatureGroupExtension::getGroupOfObject ( plane ) ) { status.push_back ( PartDesignGui::TaskFeaturePick::otherPart ); - } else if (pcActiveBody) { + } else { status.push_back ( PartDesignGui::TaskFeaturePick::notInBody ); - } else { // if we are outside a body count it as valid - validPlaneCount++; - status.push_back(PartDesignGui::TaskFeaturePick::validFeature); } } }