change to id based refs for plugins, save plugin on/off in edit drag/drop, fix transi...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / transitionpopup.C
index ff19113b5e8bca9487b28c3eb8e95878a2e87573..58a05e588872a79239302e460b1c5957dda8c266 100644 (file)
@@ -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);