QTBUG-32789 was resolved

This commit is contained in:
Damien Grauser
2024-01-18 13:32:19 +01:00
parent b47b72b013
commit 154d93a8df

View File

@@ -399,15 +399,6 @@ main(int argc, char *argv[])
XInitThreads();
#endif
#ifdef Q_OS_MACX
if ( QSysInfo::MacintoshVersion > QSysInfo::MV_10_8 )
{
// fix Mac OS X 10.9 (mavericks) font issue
// https://bugreports.qt-project.org/browse/QTBUG-32789
QFont::insertSubstitution("LucidaGrande", "Lucida Grande");
}
#endif
#ifdef GC_WANT_R
rtool = NULL;
#endif