https://bugs.kde.org/show_bug.cgi?id=456052
Paul McAuley <k...@paulmcauley.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED CC| |k...@paulmcauley.com --- Comment #3 from Paul McAuley <k...@paulmcauley.com> --- I am the author of another window decoration and application style (https://github.com/paulmcauley/klassy) that applies blur to various components, and can confirm this bug in Konsole. Another side effect is that blur doesn't show at all with my Application Style when I blur the toolbar/header area to match the titlebar. This problem with Konsole is caused by the fact it is trying to apply blur to the entire window, rather than also specifying to blur just the input/output text area region. I'm assuming the following function is being used, and the problem is that the final optional region parameter has been omitted: KWindowEffects::enableBlurBehind(QWindow *window, bool enable = true, const QRegion ®ion = QRegion()) -- You are receiving this mail because: You are watching all bug changes.