mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Bug 2408 - A region label gets split on inserting audio when Sync-lock is turned on
This commit is contained in:
@@ -610,7 +610,7 @@ void OnPaste(const CommandContext &context)
|
||||
}
|
||||
},
|
||||
[&](LabelTrack *lt, const Track::Fallthrough &fallthrough) {
|
||||
if (!lt->GetSelected())
|
||||
if (!lt->GetSelected() && !isSyncLocked)
|
||||
return fallthrough();
|
||||
|
||||
lt->Clear(t0, t1);
|
||||
|
||||
Reference in New Issue
Block a user