mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
core/popupwindow: wait for polish to reposition
This commit is contained in:
parent
b67f92bc13
commit
adcef7fc30
2 changed files with 17 additions and 2 deletions
|
|
@ -87,6 +87,7 @@ public:
|
|||
|
||||
void completeWindow() override;
|
||||
void postCompleteWindow() override;
|
||||
void onPolished() override;
|
||||
|
||||
void setScreen(QuickshellScreenInfo* screen) override;
|
||||
void setVisible(bool visible) override;
|
||||
|
|
@ -119,4 +120,5 @@ private:
|
|||
|
||||
PopupAnchor mAnchor {this};
|
||||
bool wantsVisible = false;
|
||||
bool pendingReposition = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue