mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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();
|
updateInnerVisibleArea();
|
||||||
}
|
}
|
||||||
_synteticScrollEvent = false;
|
_synteticScrollEvent = false;
|
||||||
return syntetic;
|
return scrolled;
|
||||||
}
|
}
|
||||||
|
|
||||||
void RepliesWidget::listCancelRequest() {
|
void RepliesWidget::listCancelRequest() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue