mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-31 00:42:50 -05:00
Compare commits
2 Commits
c2787f1282
...
3e472e18bd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e472e18bd | ||
|
|
e5b6fbd12a |
@@ -143,6 +143,7 @@ Item {
|
|||||||
root.clicked();
|
root.clicked();
|
||||||
}
|
}
|
||||||
onWheel: function (wheelEvent) {
|
onWheel: function (wheelEvent) {
|
||||||
|
wheelEvent.accepted = false;
|
||||||
root.wheel(wheelEvent);
|
root.wheel(wheelEvent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user