X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplugin.C;h=d28087b838a86b838165bfb316dc79cf678b0448;hp=e37e930f9342802d3d678bacc63efdd0482cf5c6;hb=53f919f88484c8611457fbcd552f6931218cc219;hpb=83cdf330ba14342487a08d72e25ef29736d41100 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);