2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 23:15:59 +00:00

Renamed BoxContent::onScrollToY to BoxContent::scrollToY.

This commit is contained in:
23rd
2022-02-23 04:11:34 +03:00
committed by John Preston
parent 06d5d8859a
commit ed14e47389
7 changed files with 17 additions and 17 deletions

View File

@@ -1143,7 +1143,7 @@ void LanguageBox::keyPressEvent(QKeyEvent *e) {
return Ui::ScrollToRequest(-1, -1);
}();
if (selected.ymin >= 0 && selected.ymax >= 0) {
onScrollToY(selected.ymin, selected.ymax);
scrollToY(selected.ymin, selected.ymax);
}
}