Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make cancelling an export work immediately #35

Merged
merged 2 commits into from
Jan 16, 2014

Conversation

softrabbit
Copy link
Member

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 commit adds that missing pointer.

Migrated from patch 42 at Sourceforge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants