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