mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
maquetado goToFlow
This commit is contained in:
@ -62,7 +62,7 @@ void GoToDialog::goTo()
|
||||
pageNumber->clear();
|
||||
|
||||
if(page >= 1)
|
||||
emit(goToPage(page));
|
||||
emit(goToPage(page-1));
|
||||
|
||||
close();
|
||||
|
||||
|
Reference in New Issue
Block a user