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 0c9c5be commit bb206e3Copy full SHA for bb206e3
src/window/proxywindow.cpp
@@ -283,6 +283,7 @@ void ProxyWindowBase::polishItems() {
283
// This hack manually polishes the item tree right before showing the window so it will
284
// always be created with the correct size.
285
QQuickWindowPrivate::get(this->window)->polishItems();
286
+ this->onPolished();
287
}
288
289
void ProxyWindowBase::runLints() {
0 commit comments