mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 22:14:41 -04:00
opciones y configuraci?n integrados completamente con QSettings
goToFlow ya es sensible al nivel de rendimiento a?adidos al repositorio ficheros que faltaban corregidos varios warnings en la compilaci?n
This commit is contained in:
@ -367,7 +367,7 @@ void PictureFlowAnimator::start(int slide)
|
||||
{
|
||||
step = (target < state->centerSlide.slideIndex) ? -1 : 1;
|
||||
animateTimer.setSingleShot(true);
|
||||
animateTimer.start(0); //TODO comprobar rendimiento, originalmente era 30
|
||||
animateTimer.start(30); //TODO comprobar rendimiento, originalmente era 30
|
||||
animating = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user