Border not showing on default QTextEdit
-
I notice that the border no longer show on QTextEdits after porting Qt 5 -> Qt 6:

I am using the Fusion style in both Qt 5 and Qt 6, on Windows 10 (font 150%)
It's not very helpful to the user.
Is everyone else seeing this, or is it just me?
Anyone know why this has changed?
I guess I will have to go through and tweak them. Or is there some easy tweak I can apply at the style level?
-
I notice that the border no longer show on QTextEdits after porting Qt 5 -> Qt 6:

I am using the Fusion style in both Qt 5 and Qt 6, on Windows 10 (font 150%)
It's not very helpful to the user.
Is everyone else seeing this, or is it just me?
Anyone know why this has changed?
I guess I will have to go through and tweak them. Or is there some easy tweak I can apply at the style level?
@AndyBrice said in Border not showing on default QTextEdit:
I am using the Fusion style in both Qt 5 and Qt 6, on Windows 10 (font 150%)
What version of Qt6 exactly?
Could be related to this bug
- https://bugreports.qt.io/browse/QTBUG-88720
- which is based on
Try 6.6 or 6.7 to see if this got fixed somehow... The bugreport is still in unresolved state until now :/
- https://bugreports.qt.io/browse/QTBUG-88720
-
@AndyBrice said in Border not showing on default QTextEdit:
I am using the Fusion style in both Qt 5 and Qt 6, on Windows 10 (font 150%)
What version of Qt6 exactly?
Could be related to this bug
- https://bugreports.qt.io/browse/QTBUG-88720
- which is based on
Try 6.6 or 6.7 to see if this got fixed somehow... The bugreport is still in unresolved state until now :/
- https://bugreports.qt.io/browse/QTBUG-88720
-
@AndyBrice said in Border not showing on default QTextEdit:
I am using the Fusion style in both Qt 5 and Qt 6, on Windows 10 (font 150%)
What version of Qt6 exactly?
Could be related to this bug
- https://bugreports.qt.io/browse/QTBUG-88720
- which is based on
Try 6.6 or 6.7 to see if this got fixed somehow... The bugreport is still in unresolved state until now :/
@Pl45m4 If I change the font scaling from 150% to 100% the problem goes away. So it looks like the issue is https://bugreports.qt.io/browse/QTBUG-88720 . Thanks.
I might have to allow users to set QGuiApplication::setHighDpiScaleFactorRoundingPolicy() in the Preferences of my app.
- https://bugreports.qt.io/browse/QTBUG-88720
-
@AndyBrice said in Border not showing on default QTextEdit:
I am using the Fusion style in both Qt 5 and Qt 6, on Windows 10 (font 150%)
What version of Qt6 exactly?
Could be related to this bug
- https://bugreports.qt.io/browse/QTBUG-88720
- which is based on
Try 6.6 or 6.7 to see if this got fixed somehow... The bugreport is still in unresolved state until now :/
- https://bugreports.qt.io/browse/QTBUG-88720
-
A AndyBrice has marked this topic as solved on