Skip to content

Commit 23ef14c

Browse files
committed
widgets/wrapper: apply implicit size override on componentComplete
1 parent d872ea8 commit 23ef14c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/widgets/marginwrapper.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ void MarginWrapperManager::componentComplete() {
9090
if (this->mWrapper) {
9191
this->bWrapperWidth.setBinding([this] { return this->mWrapper->bindableWidth().value(); });
9292
this->bWrapperHeight.setBinding([this] { return this->mWrapper->bindableHeight().value(); });
93+
this->setWrapperImplicitWidth();
94+
this->setWrapperImplicitHeight();
9395
}
9496
}
9597

0 commit comments

Comments
 (0)