Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 30a4497

Browse files
authored
Update ShapeExtractor.cpp
1 parent d6c415e commit 30a4497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mod/TechDraw/App/ShapeExtractor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ TopoDS_Shape ShapeExtractor::getShapes(const std::vector<App::DocumentObject*> l
137137
else {
138138
auto shape = Part::Feature::getShape(obj);
139139
// if link obj has a shape, we use that shape.
140-
if(!SU::isShapeReallyNull(shape) && !isExplodedView) {
140+
if(!SU::isShapeReallyNull(shape)) {
141141
sourceShapes.push_back(getLocatedShape(obj));
142142
}
143143
else {

0 commit comments

Comments
 (0)