mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
removed completely the lag from information label
comics are now opened by the last read page
This commit is contained in:
@ -393,8 +393,9 @@ void FileComic::process()
|
||||
|
||||
out << "tiempo en ordenar : " << myTimer.elapsed() << endl;
|
||||
|
||||
_firstPage = 0;
|
||||
_index = 0;
|
||||
_firstPage = bm->getLastPage();
|
||||
_index = bm->getLastPage();
|
||||
emit(openAt(_index));
|
||||
|
||||
int sectionIndex;
|
||||
QList<QVector <quint32> > sections = getSections(sectionIndex);
|
||||
|
Reference in New Issue
Block a user