Typing animations from android.

This commit is contained in:
John Preston
2016-12-01 22:20:33 +03:00
parent 2b3631f3ae
commit 8958ae0377
125 changed files with 1031 additions and 669 deletions
@@ -75,7 +75,7 @@ void DiscreteSlider::setSections(const QStringList &labels) {
resizeToWidth(width());
}
int DiscreteSlider::getCurrentActiveLeft(uint64 ms) {
int DiscreteSlider::getCurrentActiveLeft(TimeMs ms) {
return _a_left.current(ms, _sections.isEmpty() ? 0 : _sections[_selected].left);
}