diff --git a/coreengine/viewlist.c b/coreengine/viewlist.c index bda1abb..a10bb9a 100644 --- a/coreengine/viewlist.c +++ b/coreengine/viewlist.c @@ -165,7 +165,7 @@ void cViewList::PreCache(void) { step = width / numElements; } - int start = 0; + int start = y; if (align == eAlign::center) { if (orientation == eOrientation::vertical) { start = y + (height - numElements * step) / 2;