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

Fixed position of emoji panel in SendFilesBox when new file is added.

This commit is contained in:
23rd
2019-07-16 10:44:58 +03:00
committed by John Preston
parent d563e746ab
commit ab8889b2fa

View File

@@ -1769,7 +1769,7 @@ bool SendFilesBox::addFiles(not_null<const QMimeData*> data) {
_compressConfirm = _compressConfirmInitial;
refreshAlbumMediaCount();
preparePreview();
updateControlsGeometry();
captionResized();
return true;
}