2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Beta version 1.6.4: Fix dialogs up button glitch.

This commit is contained in:
John Preston
2019-04-05 19:52:45 +04:00
parent 467f1449ab
commit bec39d89e1

View File

@@ -1221,6 +1221,9 @@ void DialogsWidget::onListScroll() {
auto scrollTop = _scroll->scrollTop();
_inner->setVisibleTopBottom(scrollTop, scrollTop + _scroll->height());
updateScrollUpVisibility();
// Fix button rendering glitch, Qt bug with WA_OpaquePaintEvent widgets.
_scrollToTop->update();
}
void DialogsWidget::applyFilterUpdate(bool force) {