From 74f869367c4ebea5d068cef0d96c965af6c4336b Mon Sep 17 00:00:00 2001 From: Be Date: Mon, 27 Sep 2021 14:39:09 -0500 Subject: MixxxApplication: remove Qt::AA_DontCreateNativeWidgetSiblings That was required for hacking QML into the legacy skin system but it created a regression with the cursor getting stuck on the splitter dragging handle: https://bugs.launchpad.net/mixxx/+bug/1943860 --- src/mixxxapplication.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mixxxapplication.cpp b/src/mixxxapplication.cpp index 4e3c014dc4..70e4178827 100644 --- a/src/mixxxapplication.cpp +++ b/src/mixxxapplication.cpp @@ -59,7 +59,6 @@ MixxxApplication::MixxxApplication(int& argc, char** argv) m_rightPressedButtons(0), m_pTouchShift(nullptr) { registerMetaTypes(); - setAttribute(Qt::AA_DontCreateNativeWidgetSiblings); // Increase the size of the global thread pool to at least // 4 threads, even if less cores are available. These threads -- cgit v1.2.3