mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Layout fix of attach dropdown, emoji pan and drag areas with pin bar.
This commit is contained in:
parent
c1c3e4af5b
commit
4cd7a7a695
1 changed files with 5 additions and 0 deletions
|
@ -7564,6 +7564,11 @@ bool HistoryWidget::pinnedMsgVisibilityUpdated() {
|
|||
if (_membersDropdown) {
|
||||
_membersDropdown->raise();
|
||||
}
|
||||
_attachType.raise();
|
||||
_emojiPan.raise();
|
||||
_attachDragDocument.raise();
|
||||
_attachDragPhoto.raise();
|
||||
|
||||
updatePinnedBar();
|
||||
result = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue