Ticket #45378: patch-render.diff

File patch-render.diff, 473 bytes (added by arnaud@…, 10 years ago)

patch-render.diff

  • src/common/main.cpp

    old new  
    5959
    6060    // on OSX with Qt4, raster seems to fix performance issues
    6161#if QT_VERSION < 0x050000 && defined Q_OS_MAC && !defined BUILD_CORE
    62     QApplication::setGraphicsSystem("raster");
     62    QApplication::setGraphicsSystem("native");
    6363#endif
    6464
    6565    // We need to explicitly initialize the required resources when linking statically