Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.6.0
-
None
-
4bd7e6930fcd9e04696aa5426691cd90ba383a32
Description
There is a copy-and-paste error in src/gui/images/qpixmap_raster.cpp line 378. It should be
return qRound(d->height * 25.4 / qt_defaultDpiY());
there.