2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fix send files emoji panel geometry.

Fixes #7704.
This commit is contained in:
John Preston
2020-05-01 16:05:24 +04:00
parent cad4d19272
commit 4ae760dd7e

View File

@@ -1934,6 +1934,7 @@ void SendFilesBox::initSendWay() {
if (_albumPreview) {
_albumPreview->setSendWay(value);
}
updateEmojiPanelGeometry();
setInnerFocus();
});
}