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