forked from quickshell/quickshell
fix: remove unexpected and undefined mask behavior
ProxyWindowBase no longer takes ownership of the mask. It is no longer undefined behavior to set the mask to null.
This commit is contained in:
parent
e1bb5dfd3b
commit
3d4b8efc74
2 changed files with 14 additions and 3 deletions
|
@ -97,6 +97,7 @@ protected slots:
|
|||
virtual void onWidthChanged();
|
||||
virtual void onHeightChanged();
|
||||
void onMaskChanged();
|
||||
void onMaskDestroyed();
|
||||
void onScreenDestroyed();
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue