mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Bug2494: Label cut/copy/paste on Mac and the system clipboard...
... The fix also requires commit 58ad95e7981c9a2b116f318539c37889281baabe of https://github.com/audacity/wxWidgets.git in the wxWidgets build
This commit is contained in:
@@ -1082,7 +1082,7 @@ bool LabelTrackView::PasteSelectedText(
|
||||
/// @return true if the text data is available in the clipboard, false otherwise
|
||||
bool LabelTrackView::IsTextClipSupported()
|
||||
{
|
||||
return wxTheClipboard->IsSupported(wxDF_TEXT);
|
||||
return wxTheClipboard->IsSupported(wxDF_UNICODETEXT);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user