projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d87fae
)
fix
rust
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 26 Dec 2025 00:40:06 +0000
(16:40 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 26 Dec 2025 00:40:06 +0000
(16:40 -0800)
rust/pspp/src/output/drivers/cairo/fsm.rs
patch
|
blob
|
history
diff --git
a/rust/pspp/src/output/drivers/cairo/fsm.rs
b/rust/pspp/src/output/drivers/cairo/fsm.rs
index 9567e25792bb724639b9e2fbecbd8e5f7f493d41..0fb0c668d96591088e935ad1ac1b1be23996c1b1 100644
(file)
--- a/
rust/pspp/src/output/drivers/cairo/fsm.rs
+++ b/
rust/pspp/src/output/drivers/cairo/fsm.rs
@@
-542,7
+542,6
@@
impl Device for CairoDevice<'_> {
}
fn measure_cell_height(&self, cell: &DrawCell, width: isize) -> isize {
- let margins = &cell.cell_style.margins;
let bb = Rect2::new(
0..width.saturating_sub(margin(cell, Axis2::X)),
0..isize::MAX,