From: Flavio Date: Thu, 24 Oct 2013 14:43:54 +0000 (+0200) Subject: Fix font on OS X Mavericks X-Git-Tag: 2.1.4~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b6db1cb4b2055bc222417d45856aab0dad76710e;p=minitube Fix font on OS X Mavericks --- diff --git a/src/main.cpp b/src/main.cpp index 95e9f12..fe894e6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -35,6 +35,8 @@ int main(int argc, char **argv) { #ifdef Q_WS_MAC mac::MacMain(); + // https://bugreports.qt-project.org/browse/QTBUG-32789 + QFont::insertSubstitution(".Lucida Grande UI", "Lucida Grande"); #endif QtSingleApplication app(argc, argv);