diff -r b89ea5618067 -r dfde8aad6b3e QTfrontend/main.cpp --- a/QTfrontend/main.cpp Tue Jul 24 18:37:52 2018 +0200 +++ b/QTfrontend/main.cpp Tue Jul 24 18:37:52 2018 +0200 @@ -191,8 +191,6 @@ cocoaInit = new CocoaInitializer(); // Creates the autoreleasepool preventing cocoa object leaks on OS X. #endif - SDLInteraction::instance(); - HWApplication app(argc, argv); app.setAttribute(Qt::AA_DontShowIconsInMenus,false); @@ -414,6 +412,8 @@ } #endif + SDLInteraction::instance(); + QString style = ""; QString fname;