mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
autofmt
This commit is contained in:
@@ -129,7 +129,7 @@ Item {
|
|||||||
target: listView
|
target: listView
|
||||||
acceptedDevices: PointerDevice.Mouse | PointerDevice.TouchPad
|
acceptedDevices: PointerDevice.Mouse | PointerDevice.TouchPad
|
||||||
|
|
||||||
onWheel: function(event) {
|
onWheel: function (event) {
|
||||||
if (listView.flicking || listView.moving) {
|
if (listView.flicking || listView.moving) {
|
||||||
listView.cancelFlick();
|
listView.cancelFlick();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user