From 915af298864b5a8c45eeb08cd767125779ebafb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 9 Aug 2016 16:38:19 +0200 Subject: [PATCH] [qml/outline] Outline shall be a frameless window Was missing the hint. Caused kwin_wayland to crash. --- qml/outline/plasma/outline.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/outline/plasma/outline.qml b/qml/outline/plasma/outline.qml index 8203e82598..ed61dcb41b 100644 --- a/qml/outline/plasma/outline.qml +++ b/qml/outline/plasma/outline.qml @@ -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