Skip to content

Commit

Permalink
[sound] Force an async waveform recompute after creation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 16, 2024
1 parent 37689e8 commit 4de9f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/score-plugin-media/Media/Sound/SoundView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ LayerView::LayerView(const ProcessModel& m, QGraphicsItem* parent)

update();
});
QTimer::singleShot(10, this, [this] { recompute(); });
}

LayerView::~LayerView()
Expand Down

0 comments on commit 4de9f25

Please sign in to comment.