mirror of
https://github.com/YACReader/yacreader
synced 2026-02-21 14:33:02 -05:00
Fix bug in folder comic opening
This commit is contained in:
@ -879,7 +879,7 @@ void MainWindowViewer::openFolderFromPath(QString pathDir, QString atFileName)
|
|||||||
if(i < list.count())
|
if(i < list.count())
|
||||||
index = i;
|
index = i;
|
||||||
|
|
||||||
viewer->open(pathDir,i);
|
viewer->open(pathDir,index);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindowViewer::saveImage()
|
void MainWindowViewer::saveImage()
|
||||||
|
|||||||
Reference in New Issue
Block a user