mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Remove SplittedWidget paint optimization.
It doesn't work with dialogs-to-top button anyway.
This commit is contained in:
@@ -1455,6 +1455,7 @@ void DialogsWidget::updateControlsGeometry() {
|
||||
putBottomButton(_loadMoreChats);
|
||||
auto wasScrollHeight = _scroll->height();
|
||||
_scroll->setGeometry(0, scrollTop, width(), scrollHeight);
|
||||
_inner->resize(width(), _inner->height());
|
||||
if (scrollHeight != wasScrollHeight) {
|
||||
controller()->floatPlayerAreaUpdated().notify(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user