compressors: added mkup_gain reset, fixed smooth_only
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / ctracking.C
index 52549c3dc50edf11223cbd86e8c6ae99fb9ae07d..23c7d1b4923ab71d2985af80c8ba39dfebcb93c8 100644 (file)
@@ -65,6 +65,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;
 }