Description
On Mac Ctrl+Left-click is equivalent to Right-click.
Before Qt 5.12.1 pressing the Control key and Left-clicking on an object generated a QGraphicsView::mouseReleaseEvent() with QEvent::button() returned as Qt::RightButton. This worked well.
But in Qt 5.12.1 pressing the Control key and Left-clicking on an object does not generate a QGraphicsView::mouseReleaseEvent().
Attachments
Issue Links
- relates to
-
QTBUG-75922 Mouse issues on macOS
-
- Reported
-