Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.10.1
-
Windows
-
c4cbb3f315555858e00b18f2b34a68951a6f5477 (qtbase/5.11, 15.5.2018, 5.11.1)
Description
When using editable QComboBox with Fusion style, the textedit area overlaps with the button slightly.
The "qtbug68194_analyzed.png" screenshot shows the overlapped area with red line.
This issue is not reproducible if high dpi scaling is enabled through QApplication::setAttribute(Qt::AA_EnableHighDpiScaling). The images are taken from Windows 7 machine, but on Windows 10 machine the effect is slightly more visible than these screenshots. Also, high dpi monitors seem to emphasize the problem more.
Steps to reproduce:
- Run attached sample
- EXPECTED: Text area does not overlap with the button
- ACTUAL: Text area overlaps with the button
Attachments
Issue Links
- relates to
-
QTBUG-40277 Adapt styles to High DPI
- Closed