Merge branch 'master' into track-redux
This commit is contained in:
@@ -329,6 +329,13 @@ ProjectSerializer220403::LoadData ProjectSerializer220403::Load(Project *project
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Clear duplicate label (to facilitate #2147)
|
||||
if (ClipBlock *c = dynamic_cast<ClipBlock*>(n)) {
|
||||
if (c->connected_viewer() && c->GetLabel() == c->connected_viewer()->GetLabel()) {
|
||||
c->SetLabel(QString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return load_data;
|
||||
|
||||
Reference in New Issue
Block a user