Fix ZoomIn getting stuck when on facing pages

Authored by aacid on May 25 2020, 10:20 PM.

Description

Fix ZoomIn getting stuck when on facing pages

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

Details