Remove big cacheBuffer from EventList
This commit is contained in:
parent
fccae0e191
commit
c4a65b0cff
|
@ -71,10 +71,6 @@ Rectangle {
|
||||||
bottomMargin: theme.spacing
|
bottomMargin: theme.spacing
|
||||||
verticalLayoutDirection: ListView.BottomToTop
|
verticalLayoutDirection: ListView.BottomToTop
|
||||||
|
|
||||||
// Keep x scroll pages cached, to limit images having to be
|
|
||||||
// reloaded from network.
|
|
||||||
cacheBuffer: height * 4
|
|
||||||
|
|
||||||
onYPosChanged:
|
onYPosChanged:
|
||||||
if (canLoad && yPos < 0.1) Qt.callLater(loadPastEvents)
|
if (canLoad && yPos < 0.1) Qt.callLater(loadPastEvents)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user