Fix clipboard crash
This commit is contained in:
@ -350,7 +350,7 @@ namespace unison
|
|||||||
string CopyText = SongTitle.Text + " - " + SongArtist.Text + "\n";
|
string CopyText = SongTitle.Text + " - " + SongArtist.Text + "\n";
|
||||||
CopyText += SongAlbum.Text + "\n";
|
CopyText += SongAlbum.Text + "\n";
|
||||||
CopyText += SongTitle.ToolTip;
|
CopyText += SongTitle.ToolTip;
|
||||||
Clipboard.SetText(CopyText);
|
Clipboard.SetDataObject(CopyText);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user