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

Fixes bug with cloning Automation Tracks #5732

Merged
merged 1 commit into from
Nov 14, 2020

Commits on Oct 25, 2020

  1. Fixes bug with cloning Automation Tracks

    	Fixes bug from issue LMMS#5595. When cloning an automation track, the IDs from the recently created AutomationPatterns weren't being resolved, causing them to show as disconnected automations.
    	This PR fixes the issue by adding a call to AutomationPattern::resolveAllIDs() on the Track::clone() method. It also fixes the code style on that method.
    IanCaio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    5864aea View commit details
    Browse the repository at this point in the history