Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
6.5.1
-
None
Description
This is apparently a result of QTBUG-112896, the fix has introduced invalid CSS code (only the rule block without a selector). Calling QFontDatabase::systemFont(QFontDatabase::FixedFont) on a system using the GTK platformtheme should be enough to reproduce I believe.
I believe the best fix would be to use gtk_style_context_add_class with GTK_STYLE_CLASS_MONOSPACE or "monospace" like libvte does instead of introducing manual CSS code.
Attachments
Issue Links
- duplicates
-
QTBUG-112896 gtk3 platformtheme returns the font of GtkFixed widget instead of monospace font
- Closed