mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Typing animations from android.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user