mirror of https://github.com/procxx/kepka.git
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) {
|
if (_membersDropdown) {
|
||||||
_membersDropdown->raise();
|
_membersDropdown->raise();
|
||||||
}
|
}
|
||||||
|
_attachType.raise();
|
||||||
|
_emojiPan.raise();
|
||||||
|
_attachDragDocument.raise();
|
||||||
|
_attachDragPhoto.raise();
|
||||||
|
|
||||||
updatePinnedBar();
|
updatePinnedBar();
|
||||||
result = true;
|
result = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue