mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-27 17:13:40 +00:00
Layout fix of attach dropdown, emoji pan and drag areas with pin bar.
This commit is contained in:
parent
c1c3e4af5b
commit
4cd7a7a695
@ -7564,6 +7564,11 @@ bool HistoryWidget::pinnedMsgVisibilityUpdated() {
|
||||
if (_membersDropdown) {
|
||||
_membersDropdown->raise();
|
||||
}
|
||||
_attachType.raise();
|
||||
_emojiPan.raise();
|
||||
_attachDragDocument.raise();
|
||||
_attachDragPhoto.raise();
|
||||
|
||||
updatePinnedBar();
|
||||
result = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user