Ticket #45378: patch-render.diff
File patch-render.diff, 473 bytes (added by arnaud@…, 10 years ago) |
---|
-
src/common/main.cpp
old new 59 59 60 60 // on OSX with Qt4, raster seems to fix performance issues 61 61 #if QT_VERSION < 0x050000 && defined Q_OS_MAC && !defined BUILD_CORE 62 QApplication::setGraphicsSystem(" raster");62 QApplication::setGraphicsSystem("native"); 63 63 #endif 64 64 65 65 // We need to explicitly initialize the required resources when linking statically