https://bugs.kde.org/show_bug.cgi?id=378523
Nate Graham <pointedst...@zoho.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://github.com/qt/qtbas | |e/commit/5dd907bf639f43be7f | |2cdfdd44ec3795f1b31bf6 --- Comment #19 from Nate Graham <pointedst...@zoho.com> --- Hmm, that's strange--I can perfectly reproduce the issue as well as the workaround in KDE Neon dev unstable. Regardless, after digging into the code, I'm starting to wonder whether or not this really is an issue in KFontRequester. It seems that the cause was a change to QFont in Qt (https://github.com/qt/qtbase/commit/5dd907bf639f43be7f2cdfdd44ec3795f1b31bf6) that added font style information. That seems like an important and useful change--we *should* save font style information! Only in a few situations should that be overridden. So I'm leaning towards fixing all affected KDE apps to work with the new QFont save string, because we *should* keep the font style information, but those apps need some new code because previously they didn't have to content with style information being available. We even already have patches for a couple of affected apps. Thoughts, Christoph? Or have I misunderstood something? -- You are receiving this mail because: You are watching all bug changes.