diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-29 16:14:04 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-29 17:44:50 +0100 |
| commit | 60dfe8f8931ca0a18f07e281bdd9751fe61e5adf (patch) | |
| tree | 5184c386d8ec779b9a91f3f2a7da80dab2f06aae /library/src/math/lr.rs | |
| parent | 8fbfa594e072aba384becaf5f4bd358bcc2ebc68 (diff) | |
Fix math styling
Diffstat (limited to 'library/src/math/lr.rs')
| -rw-r--r-- | library/src/math/lr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/math/lr.rs b/library/src/math/lr.rs index 30ff532a..e265affb 100644 --- a/library/src/math/lr.rs +++ b/library/src/math/lr.rs @@ -66,7 +66,7 @@ impl LayoutMath for LrNode { let height = self .size .unwrap_or(Rel::one()) - .resolve(ctx.outer.chain(&ctx.map)) + .resolve(ctx.styles()) .relative_to(2.0 * max_extent); match row.0.as_mut_slice() { |
