X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fctracking.C;h=23c7d1b4923ab71d2985af80c8ba39dfebcb93c8;hp=52549c3dc50edf11223cbd86e8c6ae99fb9ae07d;hb=HEAD;hpb=0e6cf5b52d1ebce9272270144bcf43df4683507e diff --git a/cinelerra-5.1/cinelerra/ctracking.C b/cinelerra-5.1/cinelerra/ctracking.C index 52549c3d..4780b385 100644 --- a/cinelerra-5.1/cinelerra/ctracking.C +++ b/cinelerra-5.1/cinelerra/ctracking.C @@ -2,6 +2,7 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams + * Copyright (C) 2003-2016 Cinelerra CV contributors * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -65,6 +66,7 @@ int CTracking::stop_playback() { mwindow->gui->set_playing_back(0); Tracking::stop_playback(); + mwindow->stop_plugin_guis(); mwindow->edl->local_session->set_playback_end(get_tracking_position()); return 0; }