2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

overview redesign started (four out of six not working)

This commit is contained in:
John Preston
2015-12-19 21:09:24 +03:00
parent cd700b16c6
commit 216b9ec52f
8 changed files with 1375 additions and 1690 deletions

View File

@@ -1497,9 +1497,6 @@ void MainWidget::itemResized(HistoryItem *row, bool scrollToIt) {
history.resizeEvent(0);
}
}
if (overview) {
overview->itemResized(row, scrollToIt);
}
if (row) Ui::redrawHistoryItem(row);
}