add x10tv ati remote rework, android remote rework, wintv remote tweaks
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / keyframes.C
index 696c8068387ec4ac3c16c58ddb2f0d563fe8122d..68d700f4b87b79a3e647b01869c4ed0a0eea2e46 100644 (file)
@@ -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);