mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 10:22:58 -05:00
Lazy population can clear already set marks
We need to initialize marks separated from populate
This commit is contained in:
@ -933,7 +933,6 @@ void YACReaderFlow3D::populate(int n)
|
||||
}
|
||||
|
||||
loaded = QVector<bool>(n, false);
|
||||
marks = QVector<YACReaderComicReadStatus>(n, Unread);
|
||||
}
|
||||
|
||||
void YACReaderFlow3D::reset()
|
||||
|
||||
Reference in New Issue
Block a user