mirror of
https://github.com/YACReader/yacreader
synced 2026-01-30 20:00:06 -05: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