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

Support single download file thumbnail display.

This commit is contained in:
John Preston
2022-03-07 18:10:01 +04:00
parent c04a789d70
commit bde79210ca
4 changed files with 202 additions and 67 deletions

View File

@@ -1910,6 +1910,9 @@ void Widget::onDialogMoved(int movedFrom, int movedTo) {
Widget::~Widget() {
cancelSearchRequest();
// Destructor may hide the bar and attempt to double-destroy it.
base::take(_downloadBar);
}
} // namespace Dialogs