Update src/Mod/TechDraw/Gui/QGIViewDimension.cpp
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com>
This commit is contained in:
@@ -1471,7 +1471,7 @@ void QGIViewDimension::drawArrows(int count, const Base::Vector2d positions[], d
|
||||
arrow->setSize(arrowSize);
|
||||
arrow->setFlipped(flipped);
|
||||
|
||||
if (vp->ArrowStyle.getValue() != ArrowType::NONE) {// if not "None"
|
||||
if (vp->ArrowStyle.getValue() != ArrowType::NONE) {
|
||||
arrow->draw();
|
||||
arrow->show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user