Skip to content

Commit

Permalink
Fix mouse wheel scrolling not working on recent projects area
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed May 4, 2024
1 parent 3ca82ed commit cdf273c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/WelcomeScreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ Page {
ListView {
id: table
ScrollBar.vertical: ScrollBar {}
flickableDirection: Flickable.VerticalFlick
flickableDirection: Flickable.AutoFlickIfNeeded
boundsBehavior: Flickable.StopAtBounds
clip: true
width: parent.width
Expand Down

0 comments on commit cdf273c

Please sign in to comment.