There was an error while loading. Please reload this page.
1 parent f871d7c commit 525a933Copy full SHA for 525a933
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