https://bugs.kde.org/show_bug.cgi?id=438436
David Redondo <k...@david-redondo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/qqc2-desktop-style/c | |ommit/e224a1df71c8ea142f5de | |a85219110ed348dbd18 Version Fixed In| |5.84 Resolution|--- |FIXED --- Comment #4 from David Redondo <k...@david-redondo.de> --- Git commit e224a1df71c8ea142f5dea85219110ed348dbd18 by David Redondo. Committed on 01/07/2021 at 14:26. Pushed by davidre into branch 'master'. Bind default font of Label There is no propagation of QGuiApplication::font changes for Text or Label. This means that changing the default font in systemsettings has no effect on Text elements in QML. For Label at least we can work around this by explicitely binding the font to the defaultFont of the Kirigami Theme which we correctly update. FIXED-IN:5.84 M +1 -0 org.kde.desktop/Label.qml https://invent.kde.org/frameworks/qqc2-desktop-style/commit/e224a1df71c8ea142f5dea85219110ed348dbd18 -- You are receiving this mail because: You are watching all bug changes.