Fix bug in folder comic opening

This commit is contained in:
Felix Kauselmann 2016-01-01 14:55:12 +01:00
parent ceb5b38cd6
commit 6e18f4c8c3

View File

@ -879,7 +879,7 @@ void MainWindowViewer::openFolderFromPath(QString pathDir, QString atFileName)
if(i < list.count())
index = i;
viewer->open(pathDir,i);
viewer->open(pathDir,index);
}
void MainWindowViewer::saveImage()