mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-04-10 06:11:54 +10:00
x11/panelwindow: use Qt window default screen if none is provided
Fixes panels not updating geometry or attachments under X if a screen was not explicitly provided by the user.
This commit is contained in:
parent
9604302415
commit
59d29bb254
2 changed files with 14 additions and 9 deletions
|
|
@ -92,7 +92,7 @@ private slots:
|
|||
void onScreenVirtualGeometryChanged();
|
||||
|
||||
private:
|
||||
void connectScreen();
|
||||
void updateScreen();
|
||||
void updateStrut(bool propagate = true);
|
||||
void updateStrutCb() { this->updateStrut(); }
|
||||
void updateAboveWindows();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue