X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplugindialog.C;h=fa24bb5b27989db1dee6eda77bd7f7db215f9e66;hb=12dcdddb7a1e8b7b34f128aa07dde1e11d1dbb44;hp=48f470e6efaa5888929399794fdfd4ec90ec80f3;hpb=b104b77f5296719bd5e6de8472eb71542ddaedec;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/plugindialog.C b/cinelerra-5.1/cinelerra/plugindialog.C index 48f470e6..fa24bb5b 100644 --- a/cinelerra-5.1/cinelerra/plugindialog.C +++ b/cinelerra-5.1/cinelerra/plugindialog.C @@ -463,8 +463,8 @@ void PluginDialogThread::apply() &shared_location, plugin_type); } else if( edl->tracks->track_exists(track) ) { - double start = edl->local_session->get_selectionstart(1); - double end = edl->local_session->get_selectionend(1); + double start = edl->local_session->get_selectionstart(); + double end = edl->local_session->get_selectionend(); if( start >= end ) { start = 0; end = track->get_length();