Skip to content
Commit 8f55cd0e authored by Yifan Zhu's avatar Yifan Zhu Committed by Kurt Hindenburg
Browse files

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.

BUG: 481211
(cherry picked from commit dad9085e)
parent 0324756f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment