From 049aa5677de3ff49a60b67ffeef655c0351bb58b Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Thu, 15 Mar 2018 13:07:11 +0100 Subject: [PATCH] [Dialog] Allow setting outputOnly for NoBackground dialog I don't see why this would be silently discarded. The input shape has nothing to do with the window mask (e.g. rounded border depending on theme). Differential Revision: https://phabricator.kde.org/D11102 --- src/plasmaquick/dialog.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/plasmaquick/dialog.cpp b/src/plasmaquick/dialog.cpp index 02a8e4b05..0a2277592 100644 --- a/src/plasmaquick/dialog.cpp +++ b/src/plasmaquick/dialog.cpp @@ -561,10 +561,6 @@ void DialogPrivate::updateInputShape() } #if HAVE_XCB_SHAPE - if (backgroundHints == Dialog::NoBackground) { - return; - } - if (KWindowSystem::isPlatformX11()) { xcb_connection_t *c = QX11Info::connection(); static bool s_shapeExtensionChecked = false;