Skip to content
Extraits de code Groupes Projets
Valider f9498426 rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Flush the clipboard on exit

Apparently flushing immediately after setting the clipboard sometimes
doesn't work.
parent 1009aca6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -289,6 +289,11 @@ int AegisubApp::OnExit() {
if (frame)
delete frame;
if (wxTheClipboard->Open()) {
wxTheClipboard->Flush();
wxTheClipboard->Close();
}
SubtitleFormat::DestroyFormats();
delete config::opt;
delete config::mru;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter