2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 07:35:12 +00:00

Improve search in peer / search from user design.

This commit is contained in:
John Preston
2017-08-06 22:07:51 +02:00
parent 0a6535ea94
commit 99afa1196c
7 changed files with 96 additions and 89 deletions

View File

@@ -874,7 +874,7 @@ void DialogsWidget::showSearchFrom() {
Ui::hideLayer();
setSearchInPeer(peer, user);
onFilterUpdate(true);
}));
}), base::lambda_guarded(this, [this] { _filter->setFocus(); }));
}
void DialogsWidget::onFilterCursorMoved(int from, int to) {