add refresh_only to scopewindow, fix alsa prefs for capture source, add python to...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / canvas.C
index a1f458541cea8d8080cf4bad17b9470dfc394be9..ad5e88111deddac2d2b7deaae86bd2c49186b28e 100644 (file)
@@ -733,6 +733,7 @@ void Canvas::update_refresh(VideoDevice *device, VFrame *output_frame)
        }
        else
                refresh_frame->transfer_from(output_frame, -1);
+       draw_scope(refresh_frame, 1);
 }
 
 void Canvas::process_scope(VideoDevice *video, VFrame *frame)
@@ -746,7 +747,7 @@ void Canvas::process_scope(VideoDevice *video, VFrame *frame)
                frame = refresh_frame;
        }
        if( frame )
-               draw_scope(frame);
+               draw_scope(frame, 0);
 }
 
 void Canvas::clear(int flash)