Skip to content

Commit

Permalink
MixxxApplication: remove Qt::AA_DontCreateNativeWidgetSiblings
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Be-ing committed Sep 29, 2021
1 parent f5f517e commit 74f8693
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mixxxapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74f8693

Please sign in to comment.