mirror of https://github.com/procxx/kepka.git
Beta version 1.6.4: Update dialogs up button position when resize.
This commit is contained in:
parent
53c659cbda
commit
467f1449ab
|
@ -1456,6 +1456,9 @@ void DialogsWidget::updateControlsGeometry() {
|
||||||
} else {
|
} else {
|
||||||
onListScroll();
|
onListScroll();
|
||||||
}
|
}
|
||||||
|
if (_scrollToTopIsShown) {
|
||||||
|
updateScrollUpPosition();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void DialogsWidget::updateForwardBar() {
|
void DialogsWidget::updateForwardBar() {
|
||||||
|
|
Loading…
Reference in New Issue