Skip to content

Commit

Permalink
Merge pull request #13736 from acolombier/fix/trigger-waveform-load-o…
Browse files Browse the repository at this point in the history
…n-start

fix: trigger QML waveform slot at init
  • Loading branch information
Swiftb0y authored Oct 8, 2024
2 parents 4bb5cb7 + f733b6a commit 38e82db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qml/qmlplayerproxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ void QmlPlayerProxy::slotTrackLoaded(TrackPointer pTrack) {
#ifdef __STEM__
slotStemsChanged();
#endif
slotWaveformChanged();
}
emit trackChanged();
emit trackLoaded();
Expand Down

0 comments on commit 38e82db

Please sign in to comment.