From 2996cbc518609f865a0f77e2137e4f95f1da79fe Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 14 Apr 2022 15:22:10 +0400 Subject: [PATCH] Fix bot menu button on voice recording. --- Telegram/SourceFiles/history/history_widget.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index 8b74a4e7f3..0ce1ab5fad 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -4464,6 +4464,8 @@ bool HistoryWidget::updateCmdStartShown() { ? tr::lng_bot_menu_button() : rpl::single(_botMenuButtonText)), st::historyBotMenuButton); + orderWidgets(); + _botMenuButton->setTextTransform( Ui::RoundButton::TextTransform::NoTransform); _botMenuButton->setFullRadius(true);