1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 23:42:51 -05:00

Compare commits

...

2 Commits

Author SHA1 Message Date
purian23
3e472e18bd Merge pull request #809 from LuckShiba/fix-scroll
bar: fix scroll on widgets that doesn't handle scroll
2025-11-25 01:24:45 -05:00
LuckShiba
e5b6fbd12a bar: fix scroll on widgets that doesn't handle scroll 2025-11-25 03:21:35 -03:00

View File

@@ -143,6 +143,7 @@ Item {
root.clicked();
}
onWheel: function (wheelEvent) {
wheelEvent.accepted = false;
root.wheel(wheelEvent);
}
}