From 4cd7a7a6954b8274adaad9f7706bc999ecc950df Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 14 Aug 2016 22:06:28 +0300 Subject: [PATCH] Layout fix of attach dropdown, emoji pan and drag areas with pin bar. --- Telegram/SourceFiles/historywidget.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Telegram/SourceFiles/historywidget.cpp b/Telegram/SourceFiles/historywidget.cpp index be1ba85f1..a5624d757 100644 --- a/Telegram/SourceFiles/historywidget.cpp +++ b/Telegram/SourceFiles/historywidget.cpp @@ -7564,6 +7564,11 @@ bool HistoryWidget::pinnedMsgVisibilityUpdated() { if (_membersDropdown) { _membersDropdown->raise(); } + _attachType.raise(); + _emojiPan.raise(); + _attachDragDocument.raise(); + _attachDragPhoto.raise(); + updatePinnedBar(); result = true;