QCommandLinkButton was using QIcon::pixmap() without specifying the current device pixel ratio. Switch to QIcon::paint() to not have to fiddle around with the dpr at all here. As a drive-by remove a useless QPainter::save/restore call. Change-Id: I7e2492a09b28cb8a4f4cc60454733e0054fe1e9b Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 785fb89e0aafc25a435d28ff05bf0dc05385b372) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 6790d8d716d330993d892b5df14b3e3cb6b8343a)
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%