https://bugs.kde.org/show_bug.cgi?id=433569
--- Comment #14 from [email protected] --- One of the causes of the bug (or maybe the cause) is that KDecoration and Breeze KStyle does not agree on what "active" window means. Breeze uses "QWidget::isActiveWindow" which returns true when the window has focus/ However KDecoration plugin uses "DecoratedWindow::isActive" which not only does not update exactly in sync with focus state of a window, but also can be true when window is not focused at all. This is especially visible when alt-tabbing with "Show selected window" option disabled. When window switcher is shown, the application window loses focus and its toolbar is redrawn with inactive colors, but KDecoration plugin still thinks that the window is active and draws title bar accordingly. -- You are receiving this mail because: You are watching all bug changes.
