forked from quickshell/quickshell
core/proxywindow: remove blank frame when destroying window
Removes the blank frame caused by removing the content item from the window. Fixes an issue with hyprland's window exit animations.
This commit is contained in:
parent
2c0e46cedb
commit
0dd19d4a18
2 changed files with 9 additions and 7 deletions
|
@ -57,10 +57,10 @@ public:
|
|||
|
||||
void onReload(QObject* oldInstance) override;
|
||||
void createWindow();
|
||||
void deleteWindow();
|
||||
void deleteWindow(bool keepItemOwnership = false);
|
||||
|
||||
// Disown the backing window and delete all its children.
|
||||
virtual QQuickWindow* disownWindow();
|
||||
virtual QQuickWindow* disownWindow(bool keepItemOwnership = false);
|
||||
|
||||
virtual QQuickWindow* retrieveWindow(QObject* oldInstance);
|
||||
virtual QQuickWindow* createQQuickWindow();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue