summaryrefslogtreecommitdiffstats
path: root/svgbob/src/buffer/cell_buffer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/src/buffer/cell_buffer.rs')
-rw-r--r--svgbob/src/buffer/cell_buffer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgbob/src/buffer/cell_buffer.rs b/svgbob/src/buffer/cell_buffer.rs
index f60a79b..aa20104 100644
--- a/svgbob/src/buffer/cell_buffer.rs
+++ b/svgbob/src/buffer/cell_buffer.rs
@@ -155,7 +155,7 @@ impl CellBuffer {
let (vec_fragments, vec_contacts): (Vec<Vec<Fragment>>, Vec<Vec<Contacts>>) = self
.group_adjacents()
.into_iter()
- .map(|span| span.endorse())
+ .map(|span| span.endorse(settings))
.unzip();
// partition the vec_groups into groups that is alone and the group