Skip to content

Multiple selection Broken for PyQt 5 #1491

@idclifford

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 &.

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