fix editpanel wdw lock issues, use undo bracketing to avoid stop playback deadlocks
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / vtimebar.C
index 2855f161437a55767a2db45bc6ef228f851db896..6e79b89eb8dde10be73e213d8e6b41507cc5064a 100644 (file)
@@ -69,8 +69,7 @@ void VTimeBar::select_label(double position)
 {
        EDL *edl = get_edl();
        if( edl ) {
 {
        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())
                position = mwindow->edl->align_to_frame(position, 1);
 
                if(shift_down())