mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-08 04:34:05 +00:00
Fix community layer bottom edge case.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user