We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d872ea8 commit 23ef14cCopy full SHA for 23ef14c
src/widgets/marginwrapper.cpp
@@ -90,6 +90,8 @@ void MarginWrapperManager::componentComplete() {
90
if (this->mWrapper) {
91
this->bWrapperWidth.setBinding([this] { return this->mWrapper->bindableWidth().value(); });
92
this->bWrapperHeight.setBinding([this] { return this->mWrapper->bindableHeight().value(); });
93
+ this->setWrapperImplicitWidth();
94
+ this->setWrapperImplicitHeight();
95
}
96
97
0 commit comments