2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 06:55:58 +00:00

fixed crash in send actions

This commit is contained in:
John Preston
2015-08-03 11:25:25 +03:00
parent a0dc865bdc
commit d50f3f475f
4 changed files with 6 additions and 3 deletions

View File

@@ -333,6 +333,9 @@ void DialogsListWidget::onUpdateSelected(bool force) {
parentWidget()->update();
}
}
if (mouseY >= 0 && hashtagSel < 0 && filteredSel < 0 && peopleSel < 0 && searchedSel < 0) {
setCursor(style::cur_default);
}
}
}