mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -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:
parent
da19e086db
commit
7d2f2c2ec0
@ -313,7 +313,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ScrollView{
|
YACReaderScrollView {
|
||||||
id: scrollView
|
id: scrollView
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: 0
|
anchors.margins: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user