diff --git a/src/Mod/Sketcher/Gui/EditModeGeometryCoinManager.cpp b/src/Mod/Sketcher/Gui/EditModeGeometryCoinManager.cpp index 10e5034a12..72912cfb53 100644 --- a/src/Mod/Sketcher/Gui/EditModeGeometryCoinManager.cpp +++ b/src/Mod/Sketcher/Gui/EditModeGeometryCoinManager.cpp @@ -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()) {