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 5301227 commit f0aca20Copy full SHA for f0aca20
src/window/proxywindow.cpp
@@ -154,9 +154,11 @@ void ProxyWindowBase::completeWindow() {
154
this->setColor(this->mColor);
155
this->updateMask();
156
157
- // notify initial x and y positions
+ // notify initial / post-connection geometry
158
emit this->xChanged();
159
emit this->yChanged();
160
+ emit this->widthChanged();
161
+ emit this->heightChanged();
162
163
this->mContentItem->setParentItem(this->window->contentItem());
164
this->mContentItem->setWidth(this->width());
0 commit comments