Don't allow to deactivate meter.
[ardour.git] / libs / ardour / session_export.cc
index d1ee5d8122662a8eff6c6e3f0f23d1ce49caf246..0db4fc33bb61d19e5abc6fb96223783e448ad6fb 100644 (file)
@@ -105,8 +105,8 @@ Session::start_audio_export (framepos_t position)
 {
        if (!_exporting) {
                pre_export ();
-               _export_started = false;
        }
+       _export_started = false;
 
        /* We're about to call Track::seek, so the butler must have finished everything
           up otherwise it could be doing do_refill in its thread while we are doing