sams folder icons, snap drag, sort folders, in/out ptr bug, interp bg fix, filebox...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / edl.C
index 134aa8c9641f0faaa1407cf4e30da16d7c15a1b1..d6810aa763b05bd779b34a4a3c441c648aa381bf 100644 (file)
@@ -1552,7 +1552,7 @@ void EDL::append_vwindow_edl(EDL *edl, int increase_counter)
 double EDL::next_edit(double position)
 {
        Units::fix_double(&position);
-       double new_position = INFINITY;
+       double new_position = tracks->total_length();
 
        double max_rate = get_frame_rate();
        int sample_rate = get_sample_rate();