fix initialized result in grab, fix empty mixer paste, tweak cuda drop compute_30...
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bcwindowbase.C
index 87148812489889c2d97640af4217eb8c51270e39..9f3e2123c843c7e0f336ae1d4c53105b03b04a71 100644 (file)
@@ -963,6 +963,7 @@ if( debug && event->type != ClientMessage ) {
        if( active_grab ) {
                grab_lock->lock("BC_WindowBase::dispatch_event 3");
                unlock_window();
+               result = 0;
                if( active_grab ) {
                        active_grab->lock_window("BC_WindowBase::dispatch_event 3");
                        result = active_grab->grab_event(event);