add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / timebar.C
index 7d0cc950b3ca9bc54409430d482ba53101628087..44e321724135526a203b68c2d3286f1165131ca6 100644 (file)
@@ -742,7 +742,7 @@ int TimeBar::button_press_event()
                        result = test_preview(1);
                }
 // Change time format
-               else if( ctrl_down() ) {
+               else if( !is_vwindow() && ctrl_down() ) {
                        if( get_buttonpress() == 1 )
                                mwindow->next_time_format();
                        else