Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Duplicate
-
Affects Version/s: 5.6, 5.7, 5.8, 5.9
-
Fix Version/s: None
-
Component/s: GUI: Printing
-
Labels:None
-
Environment:Windows 2012 R12 and the "HP Universal Printing PCL 6 (v6.3.0)" printer driver.
QPainter crashes only if the HP-Printer driver is used.
Description
QPainter used on an QPrinter is crashing in the function painte.end() if the function drawImage is used:
QPrinter printer(QPrinter::HighResolution); QPainter painter; painter.begin(&printer); painter.drawImage(0,0,<image>); painter.end(); <= crash
Attachments
Issue Links
- duplicates
-
QTBUG-59689 Crash when printing
-
- Closed
-