TechDraw: fix extension lines of projected dimension
This commit is contained in:
committed by
WandererFan
parent
c8313874e4
commit
60da0b80f7
@@ -2112,7 +2112,7 @@ void QGIViewDimension::drawDistance(TechDraw::DrawViewDimension* dimension,
|
||||
dimension->ExtensionAngle.getValue() * M_PI / 180.0);
|
||||
}
|
||||
else {
|
||||
drawDistanceExecutive(fromQtApp(linePoints.first()), fromQtApp(linePoints.second()),
|
||||
drawDistanceExecutive(fromQtApp(linePoints.extensionLineFirst()), fromQtApp(linePoints.extensionLineSecond()),
|
||||
lineAngle, labelRectangle, standardStyle, renderExtent, flipArrows);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user