[Webkit-unassigned] [Bug 40662] New: [Qt] Avoid truncation of zoom factor in QWebFrame's print function.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 02:11:53 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40662

           Summary: [Qt] Avoid truncation of zoom factor in QWebFrame's
                    print function.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mirko at develer.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list