forked from quickshell/quickshell
core/window: run window-level polish along with item polish
Fixes input masks not updating after a reload.
This commit is contained in:
parent
0c9c5be8dd
commit
bb206e3a19
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ void ProxyWindowBase::polishItems() {
|
||||||
// This hack manually polishes the item tree right before showing the window so it will
|
// This hack manually polishes the item tree right before showing the window so it will
|
||||||
// always be created with the correct size.
|
// always be created with the correct size.
|
||||||
QQuickWindowPrivate::get(this->window)->polishItems();
|
QQuickWindowPrivate::get(this->window)->polishItems();
|
||||||
|
this->onPolished();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ProxyWindowBase::runLints() {
|
void ProxyWindowBase::runLints() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue