From 7ff257ee77afcd5566dd67eed588bb92c9a47a39 Mon Sep 17 00:00:00 2001 From: Fredrik Arvidsson Date: Sun, 27 Jan 2013 21:33:17 +0100 Subject: [PATCH] OP-786 Removed code that set the Qt graphics system to type 'raster'. The 'raster' graphics system does not work correctly on MacOSX. The graphics system is now set to the default for each platform. --- ground/openpilotgcs/src/app/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ground/openpilotgcs/src/app/main.cpp b/ground/openpilotgcs/src/app/main.cpp index 085c3d74b..b641b4aac 100644 --- a/ground/openpilotgcs/src/app/main.cpp +++ b/ground/openpilotgcs/src/app/main.cpp @@ -249,8 +249,6 @@ int main(int argc, char **argv) //and as of now we dont want that behaviour. QLocale::setDefault(QLocale::English); - QApplication::setGraphicsSystem("raster"); - SharedTools::QtSingleApplication app((QLatin1String(appNameC)), argc, argv); //Open Splashscreen