upgrade libvpx+lv2, fix dbl tap play bug, add multi nest/unnest clips, add del top...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / vtimebar.C
index 6e79b89eb8dde10be73e213d8e6b41507cc5064a..80447e881351ccdd668105cb0ab2f0f3a52b84c5 100644 (file)
@@ -92,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);
        }
 }