Skip to content

Commit

Permalink
Merge pull request #11884 from Swiftb0y/fix/gh11819
Browse files Browse the repository at this point in the history
fix: erroneous DirectConnection causing ejects on wrong thread
  • Loading branch information
daschuer authored Aug 28, 2023
2 parents 28561b7 + 1b7dee5 commit af6ef77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mixer/basetrackplayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ BaseTrackPlayerImpl::BaseTrackPlayerImpl(
connect(m_pEject.get(),
&ControlObject::valueChanged,
this,
&BaseTrackPlayerImpl::slotEjectTrack,
Qt::DirectConnection);
&BaseTrackPlayerImpl::slotEjectTrack);

// Get loop point control objects
m_pLoopInPoint = make_parented<ControlProxy>(
Expand Down

0 comments on commit af6ef77

Please sign in to comment.