mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-11 11:47:09 +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);
|
||||
setPointerCursor(_state.type != Type::Slowmode);
|
||||
updateSize();
|
||||
update();
|
||||
}
|
||||
update();
|
||||
}
|
||||
|
||||
void SendButton::finishAnimating() {
|
||||
|
|
Loading…
Add table
Reference in a new issue