Andrew,
This patch fixed the 1 problem here so if you could test when you have
time, that would be appreciated.

then I still have hang on just deleting any portion of project,
> by just selecting region with mouse and hitting 'del'
>
>
diff --git a/cinelerra-5.1/cinelerra/mainmenu.C b/cinelerra-5.1/cinelerra/mainmenu.C
index f1b980cb..94c88420 100644
--- a/cinelerra-5.1/cinelerra/mainmenu.C
+++ b/cinelerra-5.1/cinelerra/mainmenu.C
@@ -949,9 +949,7 @@ Clear::Clear(MWindow *mwindow)
 int Clear::handle_event()
 {
 	if( mwindow->session->current_operation == NO_OPERATION ) {
-		mwindow->cwindow->gui->lock_window("Clear::handle_event");
 		mwindow->clear_entry();
-		mwindow->cwindow->gui->unlock_window();
 	}
 	return 1;
 }
-- 
Cin mailing list
[email protected]
https://lists.cinelerra-gg.org/mailman/listinfo/cin

Reply via email to