Skip to content

Commit

Permalink
Use the line thickness instead of FilledShape lineThickness (#11579)
Browse files Browse the repository at this point in the history
Fixes #11541
  • Loading branch information
adeas31 committed Nov 15, 2023
1 parent b9acbe1 commit fce3968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp
Expand Up @@ -649,7 +649,7 @@ void LineAnnotation::parseShapeAnnotation()
mLineColor.evaluate(mpLine->getParentModel());
mLinePattern = mpLine->getPattern();
mLinePattern.evaluate(mpLine->getParentModel());
mLineThickness = mpLine->getLineThickness();
mLineThickness = mpLine->getThickness();
mLineThickness.evaluate(mpLine->getParentModel());
mArrow = mpLine->getArrow();
mArrow.evaluate(mpLine->getParentModel());
Expand Down

0 comments on commit fce3968

Please sign in to comment.