2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 15:05:56 +00:00

0.9.56 stable. Crash fixed in MediaView after logout and login again.

Buttons layout improved in bot inline keyboard.
This commit is contained in:
John Preston
2016-06-26 18:37:47 +03:00
parent 7ec2c833f2
commit a89185565a
10 changed files with 89 additions and 41 deletions

View File

@@ -599,6 +599,10 @@ void MainWindow::setupIntro(bool anim) {
cSetDialogsReceived(false);
if (intro && !intro->isHidden() && !main) return;
if (_mediaView) {
_mediaView->clearData();
}
QPixmap bg = anim ? grabInner() : QPixmap();
clearWidgets();