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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user