X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fctracking.C;h=4780b3853ce796ae451b9f453503534a422dade7;hb=02fe8e44992e30bdd98a1949506b54460c5f2f96;hp=52549c3dc50edf11223cbd86e8c6ae99fb9ae07d;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git 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; }