Skip to content

Commit bb206e3

Browse files
committed
core/window: run window-level polish along with item polish
Fixes input masks not updating after a reload.
1 parent 0c9c5be commit bb206e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/window/proxywindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ void ProxyWindowBase::polishItems() {
283283
// This hack manually polishes the item tree right before showing the window so it will
284284
// always be created with the correct size.
285285
QQuickWindowPrivate::get(this->window)->polishItems();
286+
this->onPolished();
286287
}
287288

288289
void ProxyWindowBase::runLints() {

0 commit comments

Comments
 (0)