fix mask focus point for cam/proj transform, fix shift-btn2 mask focus pt update...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / colorpicker.C
index 72efa4a69fff306cda3519d97c647d7ad6e63f83..57601d7e7bbb7e5dab408d2829c005af9623d2ee 100644 (file)
@@ -311,7 +311,9 @@ void ColorWindow::update_display()
 
 int ColorWindow::handle_event()
 {
+       unlock_window();
        thread->handle_new_color(rgb888(), alpha8());
+       lock_window("ColorWindow::handle_event");
        return 1;
 }