diff options
Diffstat (limited to 'library/src/math/root.rs')
| -rw-r--r-- | library/src/math/root.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/math/root.rs b/library/src/math/root.rs index 2d27bb11..e1c8d987 100644 --- a/library/src/math/root.rs +++ b/library/src/math/root.rs @@ -158,7 +158,7 @@ fn layout( ); frame.push_frame(radicand_pos, radicand); - ctx.push(frame); + ctx.push(FrameFragment::new(ctx, frame)); Ok(()) } |
