mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05: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();
|
||||
_inner->setVisibleTopBottom(scrollTop, scrollTop + _scroll->height());
|
||||
updateScrollUpVisibility();
|
||||
|
||||
// Fix button rendering glitch, Qt bug with WA_OpaquePaintEvent widgets.
|
||||
_scrollToTop->update();
|
||||
}
|
||||
|
||||
void DialogsWidget::applyFilterUpdate(bool force) {
|
||||
|
|
Loading…
Add table
Reference in a new issue