Skip to content
Commit 0d80b0d5 authored by Thomas Brix Larsen's avatar Thomas Brix Larsen Committed by Daniel Vrátil
Browse files

Article viewer: Zoom has to be applied after page starts to load

Summary:
Arch Linux package updates articles are currently being rendered without zoom.

I have tested moving the call to setZoomFactor to later QWebEnginePage signals to find the optimal place to put it.

loadFinished: Renders zoomed, but only after the article is fully loaded.
loadStarted: Renders without zoom.
loadProgress: Renders zoomed.

This patch implements the loadProgress option.

Reviewers: mlaurent

Reviewed By: mlaurent

Subscribers: mlaurent, dvratil, #kde_pim

Tags: #kde_pim

Differential Revision: https://phabricator.kde.org/D12454
parent 74e40e5e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment