Sketcher: change rendering height of internal alignment. So that bpsline appears connected. Fixes second part of #13849
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user