core/window: run window-level polish along with item polish

Fixes input masks not updating after a reload.
This commit is contained in:
outfoxxed 2025-07-12 20:36:34 -07:00
parent 0c9c5be8dd
commit bb206e3a19
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -283,6 +283,7 @@ void ProxyWindowBase::polishItems() {
// This hack manually polishes the item tree right before showing the window so it will
// always be created with the correct size.
QQuickWindowPrivate::get(this->window)->polishItems();
this->onPolished();
}
void ProxyWindowBase::runLints() {