mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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) {
|
if (_membersDropdown) {
|
||||||
_membersDropdown->raise();
|
_membersDropdown->raise();
|
||||||
}
|
}
|
||||||
|
_attachType.raise();
|
||||||
|
_emojiPan.raise();
|
||||||
|
_attachDragDocument.raise();
|
||||||
|
_attachDragPhoto.raise();
|
||||||
|
|
||||||
updatePinnedBar();
|
updatePinnedBar();
|
||||||
result = true;
|
result = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue