Widget Fixes
This commit is contained in:
parent
047d67c4fa
commit
cfb56e184c
7 changed files with 75 additions and 42 deletions
|
|
@ -16,7 +16,7 @@ void ScrollableLayout::updateLayout(bool vertical) {
|
|||
|
||||
if (!scroller || !content) return;
|
||||
|
||||
updateWidgetRects(getArea(), content, scroller);
|
||||
updateWidgetRects(getArea().relative(), content, scroller);
|
||||
}
|
||||
|
||||
void ScrollableLayout::updateWidgetRects(const RectF& area, Widget* content, ScrollableBarWidget* scroller) const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue