mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
bar: fix scroll on widgets that doesn't handle scroll
This commit is contained in:
@@ -143,6 +143,7 @@ Item {
|
||||
root.clicked();
|
||||
}
|
||||
onWheel: function (wheelEvent) {
|
||||
wheelEvent.accepted = false;
|
||||
root.wheel(wheelEvent);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user