X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftransitionpopup.C;h=58a05e588872a79239302e460b1c5957dda8c266;hp=ff19113b5e8bca9487b28c3eb8e95878a2e87573;hb=12d4e343f31707c899e6e4daa10c68b172433cff;hpb=d5cfea2a21712b316a4b42b19bbbbc0d76b7b8d4 diff --git a/cinelerra-5.1/cinelerra/transitionpopup.C b/cinelerra-5.1/cinelerra/transitionpopup.C index ff19113b..58a05e58 100644 --- a/cinelerra-5.1/cinelerra/transitionpopup.C +++ b/cinelerra-5.1/cinelerra/transitionpopup.C @@ -68,6 +68,7 @@ BC_Window* TransitionLengthThread::new_gui() void TransitionLengthThread::handle_close_event(int result) { + if( mwindow->in_destructor ) return; if( !result ) { if( transition ) mwindow->set_transition_length(transition, new_length);