forked from quickshell/quickshell
core/window: run polish in onExposed instead of polishItems
Fixes hyprland visible regions created before window expose.
This commit is contained in:
parent
cee1f5837e
commit
478aa2bda1
2 changed files with 6 additions and 5 deletions
|
|
@ -166,7 +166,7 @@ protected slots:
|
|||
void onMaskDestroyed();
|
||||
void onScreenDestroyed();
|
||||
virtual void onPolished();
|
||||
void runLints();
|
||||
void onExposed();
|
||||
|
||||
protected:
|
||||
bool mVisible = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue