[qml/outline] Outline shall be a frameless window
Was missing the hint. Caused kwin_wayland to crash.
This commit is contained in:
parent
b3d41ee0f3
commit
915af29886
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import org.kde.plasma.core 2.0 as PlasmaCore;
|
|||
|
||||
Window {
|
||||
id: window
|
||||
flags: Qt.BypassWindowManagerHint
|
||||
flags: Qt.BypassWindowManagerHint | Qt.FramelessWindowHint
|
||||
color: "transparent"
|
||||
|
||||
// outline is a context property
|
||||
|
|
Loading…
Reference in a new issue