effects/windowview: use correct enum value for PointerDevice
BUG: 482191
This commit is contained in:
parent
43e5f17547
commit
d0a6bd3404
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ Item {
|
|||
onDownGestureTriggered: window.closeWindow()
|
||||
|
||||
TapHandler {
|
||||
acceptedPointerTypes: PointerDevice.GenericPointer | PointerDevice.Pen
|
||||
acceptedPointerTypes: PointerDevice.Generic | PointerDevice.Pen
|
||||
acceptedButtons: Qt.MiddleButton
|
||||
onTapped: window.closeWindow();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue