2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

MediaView save message fixed. Sticker pan size updated correctly.

This commit is contained in:
John Preston
2017-01-09 17:12:53 +04:00
parent 143181095f
commit c09dab2b3a
6 changed files with 16 additions and 23 deletions

View File

@@ -616,7 +616,6 @@ void MediaView::clearData() {
_photo = _additionalChatPhoto = nullptr;
_doc = nullptr;
_fullScreenVideo = false;
_saveMsgText.clear();
_caption.clear();
}