forked from quickshell/quickshell
core/window: ensure items are polished before setting window visible
Hacks around a bug in layouts that commonly results in popups being wrongly sized for at least a frame.
This commit is contained in:
parent
db23c0264a
commit
497c9c4e50
3 changed files with 15 additions and 1 deletions
|
@ -133,5 +133,6 @@ protected:
|
|||
bool reloadComplete = false;
|
||||
|
||||
private:
|
||||
void polishItems();
|
||||
void updateMask();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue