Skip to content

Commit 6d5ff11

Browse files
committed
set complete style (so that width is set)
1 parent 5cf3bfd commit 6d5ff11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coord/ranged.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl<'a, X: Ranged, Y: Ranged> MeshLine<'a, X, Y> {
168168
MeshLine::XMesh(a, b, _) => (a, b),
169169
MeshLine::YMesh(a, b, _) => (a, b),
170170
};
171-
backend.draw_line(left, right, &style.color)
171+
backend.draw_line(left, right, style)
172172
}
173173
}
174174

0 commit comments

Comments
 (0)