add ffmpeg dvd render option, fix undo deadlock, fix a few plugin interface gaffs
[goodguy/history.git] / cinelerra-5.0 / cinelerra / mwindowedit.C
index 883efa79faba7717e2bf77238f436e3e63b59f33..a8f798df937e935001e8b9eab52b64526b4c8705 100644 (file)
@@ -2475,8 +2475,7 @@ void MWindow::undo_entry(BC_WindowBase *calling_window_gui)
        
        cwindow->update(1, 1, 1, 1, 1);
 
-       if (calling_window_gui != cwindow->gui) 
-               cwindow->gui->unlock_window();
+       cwindow->gui->unlock_window();
 
        for(int i = 0; i < vwindows.size(); i++)
        {