mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +02:00
GUI: Drop lastResortFont check for Tonal support, since it was a Qt4-only feature
This commit is contained in:
parent
84b7b63134
commit
0132462fe0
@ -33,8 +33,8 @@ bool TonalUtils::Supported()
|
||||
{
|
||||
QFont default_font;
|
||||
if (font_supports_tonal(default_font)) return true;
|
||||
QFont last_resort_font(default_font.lastResortFamily());
|
||||
if (font_supports_tonal(last_resort_font)) return true;
|
||||
// FIXME: This will fail if the default font has some non-Tonal glyphs but a fallback supports Tonal
|
||||
// TODO: Check other fonts and ensure their usage when appropriate
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user