cin_db Makefile tweak, awdw vicon stop draw lock rework,
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / vicon.C
index 5ebec4852dd3904d1bf6c18b2e1373f6619a5ea0..9d6b94e0ed0add20e2721b3437d1499d0605b680 100644 (file)
@@ -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();