diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-16 17:36:04 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-17 11:30:58 +0100 |
| commit | e8435df5ec718e8ecc8a2ad48e4eb3ddd1f92a72 (patch) | |
| tree | 58d8356ec1c615f898e342a479b5f967a8177468 /library/src/math/root.rs | |
| parent | ecb5543985cc0788d9c01e8c2e28d8ca6d8e19b6 (diff) | |
More jump targets
Diffstat (limited to 'library/src/math/root.rs')
| -rw-r--r-- | library/src/math/root.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/math/root.rs b/library/src/math/root.rs index 1ab99b2b..b4756b9d 100644 --- a/library/src/math/root.rs +++ b/library/src/math/root.rs @@ -127,6 +127,7 @@ fn layout( Element::Shape( Geometry::Line(Point::with_x(radicand.width())) .stroked(Stroke { paint: TextNode::fill_in(ctx.styles()), thickness }), + span, ), ); |
