diff options
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() { |
