aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/layout/scrolling.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/scrolling.rs b/src/layout/scrolling.rs
index 66fb8e65..e1593251 100644
--- a/src/layout/scrolling.rs
+++ b/src/layout/scrolling.rs
@@ -3823,7 +3823,7 @@ impl<W: LayoutElement> Column<W> {
let current_prop = if full == 0. {
1.
} else {
- (current_tile_px + self.options.gaps) / (full)
+ (current_tile_px + self.options.gaps) / full
};
// FIXME: fix overflows then remove limits.