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
1 changed files with 1 additions and 1 deletions

View File

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