2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

0.9.1 stable version with fixes

This commit is contained in:
John Preston
2015-09-24 19:05:06 +03:00
parent 069333b24d
commit 51fbec0c50
12 changed files with 76 additions and 83 deletions

View File

@@ -2926,9 +2926,9 @@ void HistoryWidget::showPeerHistory(const PeerId &peerId, MsgId showAtMsgId) {
_replyForwardPreviewCancel.hide();
}
_previewCache.clear();
_scroll.takeWidget();
if (_list) _list->deleteLater();
_list = 0;
_scroll.takeWidget();
updateTopBarSelection();
_showAtMsgId = showAtMsgId;