1
0
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:
BusinessmanProgrammerSteve 2010-08-07 09:51:04 +00:00
parent 39ad98b360
commit cfd4906d48

View File

@ -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();
}