Skip to content

Fix ZoomIn getting stuck when on facing pages

Albert Astals Cid requested to merge work/fix_zoom_in_getting_stuck into release/20.04

We need to use int when calculating colWidth in zoomFactorFitMode since we also use int when calculating it in PageView::slotRelayoutPages, otherwise the calculated numbers are veeeeeeery similar but not the same and the algorithm gets all confused

BUGS: 420824

Merge request reports