https://bugs.kde.org/show_bug.cgi?id=449918
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Keywords| |regression CC| |n...@kde.org Status|REPORTED |CONFIRMED --- Comment #1 from Nate Graham <n...@kde.org> --- Good catch, looks like that's exactly what happens. `fontsCfg.readEntry(fontDpiKey, 0)` means "fall back to 0 if fontDpiKey isn't found". And then that 0 gets unconditionally written out. Would you like to submit a merge request to fix it? -- You are receiving this mail because: You are watching all bug changes.