mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Beta version 1.6.4: Fix dialogs up button glitch.
This commit is contained in:
parent
467f1449ab
commit
bec39d89e1
1 changed files with 3 additions and 0 deletions
|
@ -1221,6 +1221,9 @@ void DialogsWidget::onListScroll() {
|
||||||
auto scrollTop = _scroll->scrollTop();
|
auto scrollTop = _scroll->scrollTop();
|
||||||
_inner->setVisibleTopBottom(scrollTop, scrollTop + _scroll->height());
|
_inner->setVisibleTopBottom(scrollTop, scrollTop + _scroll->height());
|
||||||
updateScrollUpVisibility();
|
updateScrollUpVisibility();
|
||||||
|
|
||||||
|
// Fix button rendering glitch, Qt bug with WA_OpaquePaintEvent widgets.
|
||||||
|
_scrollToTop->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void DialogsWidget::applyFilterUpdate(bool force) {
|
void DialogsWidget::applyFilterUpdate(bool force) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue