add more build controls
[goodguy/history.git] / cinelerra-5.1 / cinelerra / channeledit.C
index d1f5603f4e1c1d109b20903ad1baf686bd7b62d4..985323690442870f7cf30b4364d78cf3afce366e 100644 (file)
@@ -826,6 +826,7 @@ void ScanThread::run()
                edit->window->update_list();
                edit->window->unlock_window();
        }
+       edit->window->set_done(interrupt || progress->is_cancelled() ? 1 : 0);
 }