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

youtube and instagram links wrap fixed for os x

This commit is contained in:
John Preston
2014-11-13 01:35:00 +03:00
parent 55649ad6c4
commit 8ed0cb7bf1
6 changed files with 31 additions and 31 deletions

View File

@@ -715,7 +715,7 @@ void MainWidget::itemReplaced(HistoryItem *oldItem, HistoryItem *newItem) {
}
void MainWidget::itemResized(HistoryItem *row) {
if (!row || history.peer() == row->history()->peer && !row->detached()) {
if (!row || (history.peer() == row->history()->peer && !row->detached())) {
history.itemResized(row);
}
if (overview) {