mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
Fix a typo bug in replies section scrolling.
This commit is contained in:
parent
fccaa587e1
commit
19ead551d9
1 changed files with 1 additions and 1 deletions
|
@ -2385,7 +2385,7 @@ bool RepliesWidget::listScrollTo(int top, bool syntetic) {
|
|||
updateInnerVisibleArea();
|
||||
}
|
||||
_synteticScrollEvent = false;
|
||||
return syntetic;
|
||||
return scrolled;
|
||||
}
|
||||
|
||||
void RepliesWidget::listCancelRequest() {
|
||||
|
|
Loading…
Add table
Reference in a new issue