Lazy population can clear already set marks

We need to initialize marks separated from populate
This commit is contained in:
luisangelsm
2026-01-18 14:16:17 +01:00
parent 5e21657791
commit 4e18fb69d7

View File

@ -933,7 +933,6 @@ void YACReaderFlow3D::populate(int n)
} }
loaded = QVector<bool>(n, false); loaded = QVector<bool>(n, false);
marks = QVector<YACReaderComicReadStatus>(n, Unread);
} }
void YACReaderFlow3D::reset() void YACReaderFlow3D::reset()