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

Deselect Timeline's item on mouse click #3317

Closed
wants to merge 1 commit into from

Commits on Jun 16, 2020

  1. Deselect item on mouse click

    1) Add ability to deselect items on mouse click if already was selected
    and Ctrl key is pressed.
    
    2) Do not clear selection if multiply items selected. Fixes an issue
    where context menu over the multiply items selected shows only single
    item selected menu (unlike the mouse rectangle selection, where all
    is OK).
    
    3) Remove calls to no longer existing selectEffect() function with two
    arguments.
    
    Co-authored-by: Frank Dana <ferdnyc@users.noreply.github.com>
    SuslikV and ferdnyc committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    f6fed84 View commit details
    Browse the repository at this point in the history