From: Good Guy Date: Tue, 23 Jul 2019 03:18:24 +0000 (-0600) Subject: backout fix tool_gui deadlock causes booby trap X-Git-Tag: 2019-08~12 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=commitdiff_plain;h=6f6b6c33c98801b4ab2f5ee94cf209be64d06665 backout fix tool_gui deadlock causes booby trap --- diff --git a/cinelerra-5.1/cinelerra/cwindowgui.C b/cinelerra-5.1/cinelerra/cwindowgui.C index 26bc2bb0..a15942ae 100644 --- a/cinelerra-5.1/cinelerra/cwindowgui.C +++ b/cinelerra-5.1/cinelerra/cwindowgui.C @@ -435,9 +435,7 @@ void CWindowGUI::set_operation(int value) } edit_panel->update(); - unlock_window(); tool_panel->start_tool(value); - lock_window("CWindowGUI::set_operation"); canvas->refresh(0); }