Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWayland Integration
Commits
3cea874d
Commit
3cea874d
authored
Sep 15, 2021
by
Andrey Butirsky
Committed by
Vlad Zahorodnii
Oct 15, 2021
Browse files
fix: Kicker's sub-menus are covered up by Plasma panels
Pairing commit for P-W
BUG: 378694
(cherry picked from commit
da7ddbb6
)
parent
e50c6b8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/windowsystem/windowsystem.cpp
View file @
3cea874d
...
...
@@ -463,6 +463,7 @@ void WindowSystem::setType(WId win, NET::WindowType windowType)
role
=
KWayland
::
Client
::
PlasmaShellSurface
::
Role
::
Notification
;
break
;
case
NET
::
Tooltip
:
case
NET
::
PopupMenu
:
role
=
KWayland
::
Client
::
PlasmaShellSurface
::
Role
::
ToolTip
;
break
;
case
NET
::
CriticalNotification
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment