mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixed repaint of send button when it has slowmode countdown.
This commit is contained in:
parent
15bcfeec1d
commit
feaeef6482
1 changed files with 1 additions and 1 deletions
|
@ -72,8 +72,8 @@ void SendButton::setState(State state) {
|
||||||
st::universalDuration);
|
st::universalDuration);
|
||||||
setPointerCursor(_state.type != Type::Slowmode);
|
setPointerCursor(_state.type != Type::Slowmode);
|
||||||
updateSize();
|
updateSize();
|
||||||
update();
|
|
||||||
}
|
}
|
||||||
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SendButton::finishAnimating() {
|
void SendButton::finishAnimating() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue