PartDesign: FeatureExtrude: Taper should not be read-only when throughall.

This commit is contained in:
PaddleStroke
2025-09-30 10:17:36 +02:00
committed by GitHub
parent 65b7b5d4bd
commit d52260b2f4

View File

@@ -224,7 +224,7 @@ void FeatureExtrude::updateProperties()
localOffset = true;
}
else if (method == "ThroughAll") {
// No specific length/taper/offset for ThroughAll type
taperVisible = true;
}
};