From 205dfca60d026627eb1014ae13e024a53212270c Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 17 Feb 2016 01:57:15 +0100 Subject: [PATCH] Don't use native windows for each widget. This is insane. Thanks Domme for figuring this out. --- src/tomahawk/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tomahawk/main.cpp b/src/tomahawk/main.cpp index edc340b97..3782827fd 100644 --- a/src/tomahawk/main.cpp +++ b/src/tomahawk/main.cpp @@ -171,10 +171,6 @@ main( int argc, char *argv[] ) // This must go before QApplication initialisation. Tomahawk::macMain(); - // Fixes focus issue with NSSearchField, see QTBUG-11401 - // code taken from clementine:main.cpp:336 - QCoreApplication::setAttribute( Qt::AA_NativeWindows, true ); - // used for url handler AEEventHandlerUPP h = AEEventHandlerUPP( appleEventHandler ); AEInstallEventHandler( 'GURL', 'GURL', h, 0, false );