Sketcher: change rendering height of internal alignment. So that bpsline appears connected. Fixes second part of #13849

This commit is contained in:
PaddleStroke
2024-05-07 16:00:00 +02:00
parent 28bb796fea
commit 8967c74605

View File

@@ -303,7 +303,7 @@ void EditModeGeometryCoinManager::updateGeometryColor(const GeoListFacade& geoli
z = viewOrientationFactor * drawingParameters.zLowPoints;
}
else {
if (isExternal) {
if (isExternal || isInternalAlignedGeom(GeoId)) {
z = viewOrientationFactor * drawingParameters.zRootPoint;
}
else if (geom->getConstruction()) {