Update src/Mod/TechDraw/Gui/QGIViewDimension.cpp

Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com>
This commit is contained in:
WandererFan
2025-02-19 09:04:11 -05:00
parent 4c39987df4
commit abb57f10b6

View File

@@ -1465,7 +1465,6 @@ void QGIViewDimension::drawArrows(int count, const Base::Vector2d positions[], d
return;
}
// some dimensions must use point ends (area). The point style is 3.
arrow->setStyle(forcePoint ? ArrowType::DOT : static_cast<ArrowType>(vp->ArrowStyle.getValue()));
auto arrowSize = vp->Arrowsize.getValue();
arrow->setSize(arrowSize);