Update fade graph when starting next track before current has finished

This commit is contained in:
Keith Edmunds 2024-06-03 19:05:19 +01:00
parent 1d51edc50f
commit 2f32f2e914
2 changed files with 1 additions and 0 deletions

View File

@ -1031,6 +1031,7 @@ class Window(QMainWindow, Ui_MainWindow):
# Show closing volume graph
if track_sequence.current.fade_graph:
track_sequence.current.fade_graph.GraphWidget = self.widgetFadeVolume
track_sequence.current.fade_graph.clear()
track_sequence.current.fade_graph.plot()
else:
log.error("No fade_graph")