From abc6370b00ba0ead39a9c46582a3a1a28183af76 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Wed, 17 Feb 2016 17:13:31 +0000 Subject: [PATCH] Don't force native windows on OS X with qt5 --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index b8753ea56..83d363c5c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -359,8 +359,6 @@ int main(int argc, char* argv[]) { QCoreApplication::setAttribute(Qt::AA_DontShowIconsInMenus, false); #else QCoreApplication::setAttribute(Qt::AA_DontShowIconsInMenus, true); - // Fixes focus issue with NSSearchField, see QTBUG-11401 - QCoreApplication::setAttribute(Qt::AA_NativeWindows, true); #endif SetGstreamerEnvironment();