mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
maquetado goToFlow
This commit is contained in:
@ -186,7 +186,7 @@ void Viewer::showGoToDialog()
|
||||
void Viewer::goTo(unsigned int page)
|
||||
{
|
||||
direction = 1; //in "go to" direction is always fordward
|
||||
render->goTo(page-1);
|
||||
render->goTo(page);
|
||||
}
|
||||
|
||||
void Viewer::updatePage()
|
||||
|
Reference in New Issue
Block a user