CLOSED FIXED40662
[Qt] Avoid truncation of zoom factor in QWebFrame's print function.
https://bugs.webkit.org/show_bug.cgi?id=40662
Summary [Qt] Avoid truncation of zoom factor in QWebFrame's print function.
mirko
Reported 2010-06-16 02:11:52 PDT
The zoom factor is a qreal number but its value is truncated to an integer. So a cast to qreal is needed to avoid this issue.
Attachments
Proposed patch. (1.32 KB, patch)
2010-06-16 02:26 PDT, mirko
no flags
mirko
Comment 1 2010-06-16 02:26:05 PDT
Created attachment 58866 [details] Proposed patch.
WebKit Commit Bot
Comment 2 2010-06-19 01:45:13 PDT
Comment on attachment 58866 [details] Proposed patch. Clearing flags on attachment: 58866 Committed r61472: <http://trac.webkit.org/changeset/61472>
WebKit Commit Bot
Comment 3 2010-06-19 01:45:18 PDT
All reviewed patches have been landed. Closing bug.
Simon Hausmann
Comment 4 2010-06-19 08:55:02 PDT
Revision r61472 cherry-picked into qtwebkit-2.0 with commit 9a60ada0538b8baf4a44b747b267e3cc7f30801c
Note You need to log in before you can comment on or make changes to this bug.