Merge branch 'develop' into clazy_autorefactoring

This commit is contained in:
Luis Ángel San Martín
2021-09-26 08:52:23 +02:00
committed by GitHub
10 changed files with 44 additions and 22 deletions

View File

@ -844,9 +844,9 @@ void Viewer::animateShowGoToFlow()
showGoToFlowAnimation->setStartValue(QPoint((width() - goToFlow->width()) / 2, height() - 10));
showGoToFlowAnimation->setEndValue(QPoint((width() - goToFlow->width()) / 2, height() - goToFlow->height()));
showGoToFlowAnimation->start();
goToFlow->centerSlide(render->getIndex());
goToFlow->setPageNumber(render->getIndex());
goToFlow->show();
goToFlow->setPageNumber(render->getIndex());
goToFlow->centerSlide(render->getIndex());
goToFlow->setFocus(Qt::OtherFocusReason);
}
}