X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fkeyframes.C;h=68d700f4b87b79a3e647b01869c4ed0a0eea2e46;hb=435f84402323118397a408c1b0c90aa59b321286;hp=696c8068387ec4ac3c16c58ddb2f0d563fe8122d;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/keyframes.C b/cinelerra-5.1/cinelerra/keyframes.C index 696c8068..68d700f4 100644 --- a/cinelerra-5.1/cinelerra/keyframes.C +++ b/cinelerra-5.1/cinelerra/keyframes.C @@ -101,7 +101,8 @@ void KeyFrames::update_parameter(KeyFrame *src) selection_start = edl->align_to_frame(selection_start, 0); selection_end = edl->align_to_frame(selection_end, 0); - if( EQUIV(selection_start, selection_end) ) { + if( !edl->session->span_keyframes || + EQUIV(selection_start, selection_end) ) { // Search for keyframe to write KeyFrame *dst = get_keyframe(); dst->copy_data(src);