https://bugs.kde.org/show_bug.cgi?id=506007
Vlad Zahorodnii <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/e8dad997fa | |e98e3c0c40653667dd22a002747 | |556 Status|ASSIGNED |RESOLVED --- Comment #3 from Vlad Zahorodnii <[email protected]> --- Git commit e8dad997fae98e3c0c40653667dd22a002747556 by Vlad Zahorodnii. Committed on 23/06/2025 at 12:22. Pushed by vladz into branch 'master'. Fix Window::mousePressCommandConsumesEvent() for "activate" action Amends 87bb2447e5328a5e6f4d066fcfea5ff38a02139d. According to the boolean algebra rules, if the `a || b` expression is negated, the result will be `!a && !b`. In the prior version, the MouseActivate option used to correspond to `isActive() || !rules()->checkAcceptFocus(acceptsFocus())` so following the boolean algebra rules, the `||` operator should be changed to `&&`. M +1 -1 src/window.cpp https://invent.kde.org/plasma/kwin/-/commit/e8dad997fae98e3c0c40653667dd22a002747556 -- You are receiving this mail because: You are watching all bug changes.
