mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +00:00
Beta version 1.6.4: Fix dialogs up button glitch.
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user