mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
use again YACReaderScrollView.qml in GridComicsView.qml, because the default QML's ScrollView seems to have issues setting the limit of the scrolling, the issue is specially visible using touch pads or having a high step count in the mouse's wheel
This commit is contained in:
@ -313,7 +313,7 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
|
||||
ScrollView{
|
||||
YACReaderScrollView {
|
||||
id: scrollView
|
||||
anchors.fill: parent
|
||||
anchors.margins: 0
|
||||
|
Reference in New Issue
Block a user