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-11 19:03:47 -05:00
parent 713e6e6462
commit 0026766183

View File

@@ -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();
}