projects
/
goodguy
/
cinelerra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9a6251
)
backout fix tool_gui deadlock causes booby trap
author
Good Guy
<good1.2guy@gmail.com>
Tue, 23 Jul 2019 03:18:24 +0000
(21:18 -0600)
committer
Good Guy
<good1.2guy@gmail.com>
Tue, 23 Jul 2019 03:18:24 +0000
(21:18 -0600)
cinelerra-5.1/cinelerra/cwindowgui.C
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/cinelerra/cwindowgui.C
b/cinelerra-5.1/cinelerra/cwindowgui.C
index 26bc2bb01d40dd5a4d31765969ab416f38a04efa..a15942ae6b325348c9a97508eaccf9295886df9c 100644
(file)
--- 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);
}