mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -04:00
corregido bug al intentar abrir un c?mic en un path no existente
- ahora se muestra un error al usuario. - y se restaura el estado inicial.
This commit is contained in:
@ -130,7 +130,7 @@ void Viewer::open(QString pathFile)
|
||||
|
||||
goToFlow->reset();
|
||||
render->load(pathFile);
|
||||
render->update();
|
||||
//render->update();
|
||||
|
||||
verticalScrollBar()->setSliderPosition(verticalScrollBar()->minimum());
|
||||
}
|
||||
|
Reference in New Issue
Block a user