AnderWeb / AnderWeb/discreteSeekBar
discreteSeekBar shows negative of max value when max value is reset
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 2.1k
- Forks
- 417
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
If we increase the value set for the maximum value, the cursor is not updated and the indicator displays the negative value of the maximum value.
And even with the increase in the maximum value, the index is not updated.
To get around this, I had to do the process manually, keeping the last value before the maximum change, increasing, resetting the maximum value, and updating progress with the last value.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.