mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-30 11:04:57 +01:00
D'oh
This commit is contained in:
parent
b08898bf2d
commit
981bbdce72
@ -251,7 +251,7 @@ int main(int argc, char *argv[]) {
|
||||
// This must go before QApplication initialisation.
|
||||
mac::MacMain();
|
||||
|
||||
if (!QSysInfo::MacintoshVersion > QSysInfo::MV_10_8) {
|
||||
if (QSysInfo::MacintoshVersion > QSysInfo::MV_10_8) {
|
||||
// Work around 10.9 issue.
|
||||
// https://bugreports.qt-project.org/browse/QTBUG-32789
|
||||
QFont::insertSubstitution(".Lucida Grande UI", "Lucida Grande");
|
||||
|
Loading…
x
Reference in New Issue
Block a user