Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.7.0 Beta2
-
None
-
-
727de4568 (13.0), 5b993fa8e (dev), 72cc29415 (6.7), 8a19f3c08 (dev), 746e6d4b4 (6.7)
Description
The new icon platform engine returns a weird icon for "edit-clear": See the locator input field in Qt Creator:
All (the vertical bars and the X) are in the icon.
When I look at what Mail and Finder use, that looks completely different:
Another strangeness is that we request a pixmap with
icon.pixmap(size, pixelRatio, ...)
with pixelRatio 2, but we get a pixmap with devicePixelRatio 4 back - is that supposed to happen?
"size" is 32x16 in this case, the resulting pixmap has size 128x64 dpr 4
Attachments
Issue Links
- relates to
-
QTCREATORBUG-31015 Wizard "topic list" looks wrong on macOS
- Closed