Menu

#42 Make cancelling an export work immediately

Unstable (example)
closed-fixed
nobody
5
2014-03-26
2013-06-13
No

In 0.4.15, cancelling an export (single or multitrack) doesn't stop exporting the track being exported at the time. Which means the engine still is connected to the output file, even if the export dialog closes.

This is because once a ProjectRenderer has been popped from the vector there is no pointer to it outside popRender(). This patch adds that missing pointer.

1 Attachments

Discussion

  • Raine M. Ekman

    Raine M. Ekman - 2014-01-16

    Moved to pull request #35 at Github

     
  • eagles051387

    eagles051387 - 2014-03-26

    Closed as fixed in the above git hub pull request.

     
  • eagles051387

    eagles051387 - 2014-03-26
    • status: open --> closed-fixed
     

Log in to post a comment.