summaryrefslogtreecommitdiff
path: root/library/src/math/stack.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/math/stack.rs')
-rw-r--r--library/src/math/stack.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/math/stack.rs b/library/src/math/stack.rs
index ec233cd9..3a47059c 100644
--- a/library/src/math/stack.rs
+++ b/library/src/math/stack.rs
@@ -292,7 +292,7 @@ pub(super) fn stack(
let points = alignments(&rows);
let rows: Vec<_> = rows
.into_iter()
- .map(|row| row.to_line_frame(ctx, &points, align))
+ .map(|row| row.to_aligned_frame(ctx, &points, align))
.collect();
for row in &rows {