mirror of
https://github.com/YACReader/yacreader
synced 2026-02-05 06:40:12 -05: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