mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Use json file based themes instead of code to create them (theme editor + theme mode settings)
This commit is contained in:
@ -1000,7 +1000,7 @@ void Render::fillBuffer()
|
||||
pageRenders[currentPageBufferedIndex + i]->start();
|
||||
}
|
||||
|
||||
if ((currentIndex - i > 0) &&
|
||||
if ((currentIndex - i >= 0) &&
|
||||
buffer[currentPageBufferedIndex - i]->isNull() &&
|
||||
i <= numLeftPages &&
|
||||
pageRenders[currentPageBufferedIndex - i] == 0 &&
|
||||
|
||||
Reference in New Issue
Block a user