From 4ae760dd7e1f4224bbca8f22232211d6b53f56a6 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 1 May 2020 16:05:24 +0400 Subject: [PATCH] Fix send files emoji panel geometry. Fixes #7704. --- Telegram/SourceFiles/boxes/send_files_box.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/boxes/send_files_box.cpp b/Telegram/SourceFiles/boxes/send_files_box.cpp index ec573c695..c1e8bfe1b 100644 --- a/Telegram/SourceFiles/boxes/send_files_box.cpp +++ b/Telegram/SourceFiles/boxes/send_files_box.cpp @@ -1934,6 +1934,7 @@ void SendFilesBox::initSendWay() { if (_albumPreview) { _albumPreview->setSendWay(value); } + updateEmojiPanelGeometry(); setInnerFocus(); }); }