mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 07:59:27 +02:00
Must always update bPastedSomething when changing anything in OnPaste()
This commit is contained in:
parent
39ad98b360
commit
cfd4906d48
@ -3266,7 +3266,7 @@ void AudacityProject::OnPaste()
|
||||
{
|
||||
// Must perform sync-adjustment before incrementing n
|
||||
if (n->IsSynchroSelected()) {
|
||||
n->SyncAdjust(t1, t0+msClipLen);
|
||||
bPastedSomething |= n->SyncAdjust(t1, t0+msClipLen);
|
||||
}
|
||||
n = iter.Next();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user