Fix image position and filter() return

This commit is contained in:
miruka
2019-04-17 14:27:22 -04:00
parent c4f46f42b6
commit 7e62da8733
3 changed files with 6 additions and 1 deletions

View File

@@ -24,5 +24,7 @@ Rectangle {
// Keep x scroll pages cached, to limit images having to be
// reloaded from network.
cacheBuffer: height * 6
//Component.onCompleted: positionViewAtEnd()
}
}