X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fvicon.C;h=9d6b94e0ed0add20e2721b3437d1499d0605b680;hb=232ae3c6972c1740b6e1890ccce1264f2bb311f5;hp=5ebec4852dd3904d1bf6c18b2e1373f6619a5ea0;hpb=6c5258a9791775f706e55c280da75ed6f6ef1720;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/guicast/vicon.C b/cinelerra-5.1/guicast/vicon.C index 5ebec485..9d6b94e0 100644 --- a/cinelerra-5.1/guicast/vicon.C +++ b/cinelerra-5.1/guicast/vicon.C @@ -384,7 +384,7 @@ run() update_view(1); if( !solo ) { VIcon *next = low_vicon(); - while( next && next->age < draw_flash ) { + while( !interrupted && next && next->age < draw_flash ) { if( show_vicon(next) ) break; add_vicon(next); next = low_vicon();