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 from issue #6002 #6803

Merged
merged 2 commits into from
Aug 12, 2023
Merged

Commits on Aug 10, 2023

  1. Fixes bug from issue 6002

    	Since the refactoring of the Copy/Paste features, it was not
    possible to paste inside the BBEditor (now Pattern Editor), as reported
    on issue LMMS#6002. The reason for that is better explained in the issue
    discussion.
    	This PR fixes this by allowing pasting inside the Pattern Editor
    when the clipboard has a single Clip, which is what was allowed on the
    previous workflow, while at the same time avoiding the unexpected
    behavior of pasting multiple Clips that might invade the positions
    reserved for different Pattern Tracks.
    IanCaio committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    64e63c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    e56889e View commit details
    Browse the repository at this point in the history