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

Fix TCO Ctrl+Drag crash #4862

Merged
merged 1 commit into from
Mar 18, 2019
Merged

Fix TCO Ctrl+Drag crash #4862

merged 1 commit into from
Mar 18, 2019

Commits on Mar 1, 2019

  1. TCO drag: Fix Ctrl+Drag crash

    Fix some assumptions that source and target of a drag actions are the same
    track container. Instead of looking up necessary information (track name,
    type and container id) by track index, add it to the metadata.
    Refactor canPasteSelection to take QDropEvent instead of the drop event's
    QMimeData. Coincidentally, this fixes the method to be consistent with its
    documentation.
    
    Fixes LMMS#4844
    lukas-w committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    b9b65f0 View commit details
    Browse the repository at this point in the history