2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fix crash in window destruction.

This commit is contained in:
John Preston
2019-08-27 20:25:04 +03:00
parent 149c69809d
commit 9e3bc966c8
2 changed files with 1 additions and 3 deletions

View File

@@ -265,7 +265,6 @@ bool MainWindow::hideNoQuit() {
}
void MainWindow::clearWidgets() {
Ui::hideLayer(anim::type::instant);
clearWidgetsHook();
updateGlobalMenu();
}