Skip to content

Multiple selection Broken for PyQt 5 #1491

Description

@idclifford

Multiple selection (shift-selection) seems to be broken for version 5.15.11 of PyQt5. It looks like the problem is in qtDisplay.py, where the keyboards modifiers (SHIFT) are directly compared with the Qt keyboard constants using == rather than using the & operator. I am not familiar with the details, but it works for me if I replace == with &.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions