Fix community layer bottom edge case.

This commit is contained in:
John Preston
2026-07-10 11:46:38 +04:00
parent 6fef776697
commit fc6fd2acc2
8 changed files with 35 additions and 13 deletions
@@ -331,7 +331,7 @@ QRect LayerWidget::countGeometry(int newWidth) {
contentTop,
contentWidth,
contentHeight,
}, expanding, additionalScroll, maxVisibleHeight);
}, expanding, _contentTillBottom, additionalScroll, maxVisibleHeight);
return QRect(newLeft, newTop, newWidth, desiredHeight);
}