fix: [Wayland] Context menu opens behind apps launcher and popups
BUG: 437139
This commit is contained in:
parent
b8d69a326c
commit
987c68f5a5
1 changed files with 2 additions and 0 deletions
|
@ -308,6 +308,8 @@ Layer AbstractClient::belongsToLayer() const
|
|||
return ActiveLayer;
|
||||
if (keepAbove())
|
||||
return AboveLayer;
|
||||
if (isPopupWindow())
|
||||
return UnmanagedLayer;
|
||||
|
||||
return NormalLayer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue