diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/layout/scrolling.rs | 2 |
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. |
