File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
meshroom/ui/qml/Shapes/Viewer/Layers Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,17 @@ BaseLayer {
3131 TapHandler {
3232 acceptedButtons: Qt .LeftButton
3333 gesturePolicy: TapHandler .WithinBounds
34- grabPermissions: PointerHandler .CanTakeOverFromAnything
34+ grabPermissions: PointerHandler .CanTakeOverFromAnything
35+ margin: pointSize
3536 onTapped: selectionRequested ()
3637 enabled: pointLayer .editable && ! pointLayer .selected
3738 }
3839
3940 // Selection hover
4041 HoverHandler {
4142 cursorShape: pointLayer .selected ? Qt .SizeAllCursor : Qt .PointingHandCursor
42- grabPermissions: PointerHandler .CanTakeOverFromAnything
43+ grabPermissions: PointerHandler .CanTakeOverFromAnything
44+ margin: pointSize
4345 enabled: pointLayer .editable
4446 }
4547
You can’t perform that action at this time.
0 commit comments