Place internal osd windows according to placement policies

Currently, internal on screen display windows have the bypass window
manager hint set. If that hint is set, the osds must place themselves,
but they don't do it.

As far as I know, there is no any reason why internal OSDs have that
flag set.

By removing the Qt::BypassWindowManagerHint flag, we let kwin core
know that it's okay to place internal OSD windows.

BUG: 400675


(cherry picked from commit 4559d30399)
icc-effect-5.20.5
Vlad Zahorodnii 2020-09-23 15:28:02 +00:00
parent 491930c49b
commit 6e56d5741d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ PlasmaCore.Dialog {
id: dialog
location: PlasmaCore.Types.Floating
visible: osd.visible
flags: Qt.X11BypassWindowManagerHint | Qt.FramelessWindowHint
flags: Qt.FramelessWindowHint
type: PlasmaCore.Dialog.OnScreenDisplay
outputOnly: true