D12454: Article viewer: Zoom has to be applied after page starts to load
Laurent Montel
noreply at phabricator.kde.org
Tue Apr 24 05:51:04 BST 2018
mlaurent requested changes to this revision.
mlaurent added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> articleviewerwebenginepage.cpp:74
> {
> - setZoomFactor((double)Settings::zoom() / 100.0);
> + double newZoom = (double)Settings::zoom() / 100.0;
> + if(zoomFactor() != newZoom)
static_cast<double>(...)
REPOSITORY
R201 Akregator
REVISION DETAIL
https://phabricator.kde.org/D12454
To: thomasbrixlarsen, mlaurent
Cc: mlaurent, dvratil, #kde_pim, dvasin, winterz, vkrause, knauss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20180424/82f344a5/attachment.html>
More information about the kde-pim
mailing list