2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 15:35:51 +00:00

Langs updated with changelog.

This commit is contained in:
John Preston
2016-04-11 20:03:50 +03:00
parent 7790d5d597
commit e8c675d3b2
11 changed files with 31 additions and 15 deletions

View File

@@ -596,7 +596,7 @@ void DialogsInner::leaveEvent(QEvent *e) {
void DialogsInner::clearSelection() {
_selByMouse = false;
if (_sel || _filteredSel >= 0 || _hashtagSel >= 0 || _searchedSel >= 0 || _peopleSel >= 0) {
if (_importantSwitchSel || _sel || _filteredSel >= 0 || _hashtagSel >= 0 || _searchedSel >= 0 || _peopleSel >= 0) {
updateSelectedRow();
_sel = nullptr;
_importantSwitchSel = false;