mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
qt: Add QFont::Normal
as a supported font weight when no other font weights were found (#4175)
This commit is contained in:
parent
ce4a73b790
commit
575e0a3070
@ -1383,6 +1383,9 @@ bool loadFonts()
|
||||
}
|
||||
prevWeight = *weight;
|
||||
}
|
||||
if (vecSupported.empty()) {
|
||||
vecSupported.push_back(QFont::Normal);
|
||||
}
|
||||
return vecSupported;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user