mixer align audio, track dump tweak, zwdw refresh edl fix, sketcher tweak
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / vtimebar.C
index 2855f161437a55767a2db45bc6ef228f851db896..80447e881351ccdd668105cb0ab2f0f3a52b84c5 100644 (file)
@@ -69,8 +69,7 @@ void VTimeBar::select_label(double position)
 {
        EDL *edl = get_edl();
        if( edl ) {
-               gui->stop_transport("VTimeBar::select_label");
-
+               gui->stop_transport();
                position = mwindow->edl->align_to_frame(position, 1);
 
                if(shift_down())
@@ -93,10 +92,7 @@ void VTimeBar::select_label(double position)
                }
 
 // Que the CWindow
-               gui->vwindow->update_position(CHANGE_NONE,
-                       0,
-                       1,
-                       0);
+               gui->vwindow->update_position();
                update(1);
        }
 }