1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00
This commit is contained in:
Paul Licameli 2015-08-10 20:27:38 -04:00
parent 5580aececc
commit 5dd4cac5bd

View File

@ -1606,7 +1606,7 @@ void LabelTrack::HandleClick(const wxMouseEvent & evt,
PasteSelectedText(newSel->t0(), newSel->t1());
wxTheClipboard->UsePrimarySelection(false);
return false;
return;
}
#endif
}