Update src/Mod/TechDraw/Gui/QGIViewDimension.cpp
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user