X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fvwindow.C;h=7be15eb87502dc4223f50fddcc6c98557bcfaaf5;hp=0b75fc0ccfb0dfe58854ad1b5efa143c6455f803;hb=6050493632cb3681227b7ec8c12decd449dcf66f;hpb=05a3780d6edd6a792f0dde46ed69e4b740af5a51 diff --git a/cinelerra-5.1/cinelerra/vwindow.C b/cinelerra-5.1/cinelerra/vwindow.C index 0b75fc0c..7be15eb8 100644 --- a/cinelerra-5.1/cinelerra/vwindow.C +++ b/cinelerra-5.1/cinelerra/vwindow.C @@ -380,7 +380,7 @@ void VWindow::copy(int all) copy_edl->create_objects(); copy_edl->copy_all(edl); FileXML file; - copy_edl->copy(start, end, 0, &file, "", 1); + copy_edl->copy(COPY_CLIPBOARD, start, end, &file, "", 1); copy_edl->remove_user(); const char *file_string = file.string(); long file_length = strlen(file_string);