1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

bar: fix scroll on widgets that doesn't handle scroll

This commit is contained in:
LuckShiba
2025-11-25 03:21:06 -03:00
parent c2787f1282
commit e5b6fbd12a

View File

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