Skip to content

Commit

Permalink
Merge pull request #2647 from alicevision/fix/SelectionHighlightOffset
Browse files Browse the repository at this point in the history
SelectionBox: Fixed the offset on the selection box highlight appearing in the Graph Editor when dragging to select Nodes
  • Loading branch information
yann-lty authored Jan 15, 2025
2 parents 3e8b736 + bf857bc commit 5330bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meshroom/ui/qml/GraphEditor/GraphEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Item {
hoverEnabled: true
acceptedButtons: Qt.LeftButton | Qt.RightButton | Qt.MiddleButton
drag.threshold: 0
drag.smoothed: false
cursorShape: drag.target == draggable ? Qt.ClosedHandCursor : Qt.ArrowCursor

onWheel: function(wheel) {
Expand Down

0 comments on commit 5330bf8

Please sign in to comment.