Skip to content

Commit

Permalink
Merge pull request mixxxdj#10973 from ronso0/wspinny-coverart-parent
Browse files Browse the repository at this point in the history
WSpinny: ensure DlgCoverArtFullSize has a parent on xcb
  • Loading branch information
daschuer authored Oct 19, 2022
2 parents 4b0f8a2 + 7dc151d commit bd3f5ea
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(parent, pPlayer)),
m_pDlgCoverArt(new DlgCoverArtFullSize(this, pPlayer)),
m_pCoverMenu(new WCoverArtMenu(this)) {
#ifdef __VINYLCONTROL__
m_pVCManager = pVCMan;
Expand Down

0 comments on commit bd3f5ea

Please sign in to comment.