mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 23:08:25 +02:00
[ui] GraphEditor: Setting the drag.smoothed property of the MouseArea to false when the selection is started
Setting the drag.smoothed to false ensures that the target will be moved straight to the current mouse position
This commit is contained in:
parent
3e8b736cf9
commit
bf857bc6e4
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue