https://bugs.kde.org/show_bug.cgi?id=481211
Kurt Hindenburg <khindenb...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/util | |ities/konsole/-/commit/dad9 | |085e58ada8434cae24118c76e1f | |2d31a352a Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #12 from Kurt Hindenburg <khindenb...@kde.org> --- Git commit dad9085e58ada8434cae24118c76e1f2d31a352a by Kurt Hindenburg, on behalf of Yifan Zhu. Committed on 23/02/2024 at 01:11. Pushed by hindenburg into branch 'master'. terminalDisplay/TerminalFonts: fix checking if emojiFont is set QFont() constructs a font object that uses the application's default font. So testing if a font is set by comparing it against QFont() is not valid. Instead, test if the family name is empty. M +2 -2 src/terminalDisplay/TerminalFonts.cpp https://invent.kde.org/utilities/konsole/-/commit/dad9085e58ada8434cae24118c76e1f2d31a352a -- You are receiving this mail because: You are watching all bug changes.