X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplugin.C;h=d28087b838a86b838165bfb316dc79cf678b0448;hb=0e6cf5b52d1ebce9272270144bcf43df4683507e;hp=e37e930f9342802d3d678bacc63efdd0482cf5c6;hpb=076da20a596fe698e1152ce2f3f2d75d2daddec8;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/plugin.C b/cinelerra-5.1/cinelerra/plugin.C index e37e930f..d28087b8 100644 --- a/cinelerra-5.1/cinelerra/plugin.C +++ b/cinelerra-5.1/cinelerra/plugin.C @@ -139,7 +139,7 @@ void Plugin::copy_base(Edit *edit) this->out = plugin->out; this->show = plugin->show; this->on = plugin->on; - this->gui_id = plugin->gui_id; +// dont copy gui_id, it will be a duplicate ref // Should reconfigure this based on where the first track is now. this->shared_location = plugin->shared_location; strcpy(this->title, plugin->title); @@ -178,6 +178,7 @@ void Plugin::synchronize_params(Edit *edit) this->in = plugin->in; this->out = plugin->out; this->show = plugin->show; + this->gui_id = plugin->gui_id; this->on = plugin->on; strcpy(this->title, plugin->title); copy_keyframes(plugin);