Merge branch 'master' into track-redux

This commit is contained in:
itsmattkc
2023-02-23 11:07:50 -08:00
35 changed files with 346 additions and 114 deletions
+3 -1
View File
@@ -69,7 +69,9 @@ ClipBlock::ClipBlock() :
QString ClipBlock::Name() const
{
if (track()) {
if (connected_viewer_ && !connected_viewer_->GetLabel().isEmpty()) {
return connected_viewer_->GetLabel();
} else if (track()) {
if (track()->type() == Track::kVideo) {
return tr("Video Clip");
} else if (track()->type() == Track::kAudio) {