From b3e5c4a4aa532375d93d227b4d729071785226e0 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 13 Mar 2025 12:27:04 +0400 Subject: [PATCH] Fix send button size on chat switch. --- Telegram/SourceFiles/ui/controls/send_button.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/ui/controls/send_button.cpp b/Telegram/SourceFiles/ui/controls/send_button.cpp index 14e8e11928..b02bf1c6c7 100644 --- a/Telegram/SourceFiles/ui/controls/send_button.cpp +++ b/Telegram/SourceFiles/ui/controls/send_button.cpp @@ -78,6 +78,7 @@ void SendButton::setState(State state) { void SendButton::finishAnimating() { _stateChangeAnimation.stop(); + updateSize(); update(); }