Skip to content

Commit

Permalink
Revert "Merge pull request mixxxdj#10973 from ronso0/wspinny-coverart…
Browse files Browse the repository at this point in the history
…-parent"

This reverts commit bd3f5ea, reversing
changes made to 4b0f8a2.
  • Loading branch information
napaalm committed Mar 23, 2023
1 parent 4b74120 commit f5472f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/wspinny.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ WSpinny::WSpinny(
m_bClampFailedWarning(false),
m_bGhostPlayback(false),
m_pPlayer(pPlayer),
m_pDlgCoverArt(new DlgCoverArtFullSize(this, pPlayer)),
m_pDlgCoverArt(new DlgCoverArtFullSize(parent, pPlayer)),
m_pCoverMenu(new WCoverArtMenu(this)) {
#ifdef __VINYLCONTROL__
m_pVCManager = pVCMan;
Expand Down

0 comments on commit f5472f4

Please sign in to comment.