1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-19 09:17:54 +01: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
}