change thread join strategy, fix a few leaks, fix a few bugs
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mainundo.C
index e688a06e3d4af5f44b81a85e9a47b1453de43f3c..668a301aa1a66f4747810c519e65bdf1929681b6 100644 (file)
@@ -305,6 +305,7 @@ int MainUndo::load_from_undo(FileXML *file, uint32_t load_flags)
                mwindow->mainindexes->add_next_asset(0, nested_edl);
        }
        mwindow->mainindexes->start_build();
+       mwindow->update_plugin_guis(1);
        return 0;
 }