1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 11:50:37 +02:00

Don't use native windows for each widget. This is insane. Thanks Domme for figuring this out.

This commit is contained in:
Christian Muehlhaeuser
2016-02-17 01:57:15 +01:00
parent ca2da81132
commit 205dfca60d

View File

@@ -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 );